struttura D3DKMDT_PREEMPTION_CAPS (d3dkmdt.h)
Specifica le funzionalità per la precedenza delle richieste grafiche dell'unità di elaborazione grafica (GPU) supportate dal driver miniport di visualizzazione.
Sintassi
typedef struct _D3DKMDT_PREEMPTION_CAPS {
D3DKMDT_GRAPHICS_PREEMPTION_GRANULARITY GraphicsPreemptionGranularity;
D3DKMDT_COMPUTE_PREEMPTION_GRANULARITY ComputePreemptionGranularity;
} D3DKMDT_PREEMPTION_CAPS;
Members
GraphicsPreemptionGranularity
Valore D3DKMDT_GRAPHICS_PREEMPTION_GRANULARITY che specifica il livello di richieste grafiche che il driver può anteporre alle operazioni grafiche GPU.
ComputePreemptionGranularity
Valore D3DKMDT_COMPUTE_PREEMPTION_GRANULARITY che specifica il livello di richieste grafiche che il driver può anteporre alle operazioni di calcolo GPU.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 8 |
Server minimo supportato | Windows Server 2012 |
Intestazione | d3dkmdt.h |
Vedi anche
D3DKMDT_COMPUTE_PREEMPTION_GRANULARITY