DXGK_KERNEL_SUBMISSION_TYPE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dkmddi.h

typedef enum _DXGK_KERNEL_SUBMISSION_TYPE {
  DXGK_KERNEL_SUBMISSION_BUILD_PAGING_BUFFER,
  DXGK_KERNEL_SUBMISSION_RENDERGDI,
  DXGK_KERNEL_SUBMISSION_PRESENTBLT
} DXGK_KERNEL_SUBMISSION_TYPE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-d3dkmddi-_dxgk_kernel_submission_type)

_DXGK_KERNEL_SUBMISSION_TYPE enumeration

Description

Specifies the kernel submission type in the GPU work submission to the hardware queue.

Constants

DXGK_KERNEL_SUBMISSION_BUILD_PAGING_BUFFER

Build paging buffer.

DXGK_KERNEL_SUBMISSION_RENDERGDI

Render GDI.

DXGK_KERNEL_SUBMISSION_PRESENTBLT

Present BLT (bit block transfer).

Remarks

See also