// d3dkmdt.h
typedef struct _D3DKMDT_PREEMPTION_CAPS {
D3DKMDT_GRAPHICS_PREEMPTION_GRANULARITY GraphicsPreemptionGranularity;
D3DKMDT_COMPUTE_PREEMPTION_GRANULARITY ComputePreemptionGranularity;
} D3DKMDT_PREEMPTION_CAPS;
View the official Windows Driver Kit DDI referenceNo description available.
Specifies the capabilities for the preemption of graphic processing unit (GPU) graphics requests that the display miniport driver supports.
GraphicsPreemptionGranularityA D3DKMDT_GRAPHICS_PREEMPTION_GRANULARITY value that specifies the level of graphics requests that the driver can preempt for GPU graphics operations.
ComputePreemptionGranularityA D3DKMDT_COMPUTE_PREEMPTION_GRANULARITY value that specifies the level of graphics requests that the driver can preempt for GPU compute shader operations.
D3DKMDT_COMPUTE_PREEMPTION_GRANULARITY
D3DKMDT_GRAPHICS_PREEMPTION_GRANULARITY