enumerazione D3D12DDI_3DPIPELINELEVEL (d3d12umddi.h)
L'enumerazione D3D12DDI_3DPIPELINELEVEL contiene valori che identificano il livello di pipeline supportato dal driver.
Sintassi
typedef enum D3D12DDI_3DPIPELINELEVEL {
D3D12DDI_3DPIPELINELEVEL_1_0_GENERIC = 1,
D3D12DDI_3DPIPELINELEVEL_1_0_CORE = 2,
D3D12DDI_3DPIPELINELEVEL_11_0 = 10,
D3D12DDI_3DPIPELINELEVEL_11_1 = 11,
D3D12DDI_3DPIPELINELEVEL_12_0 = 12,
D3D12DDI_3DPIPELINELEVEL_12_1 = 13,
D3D12DDI_3DPIPELINELEVEL_12_2 = 14
} ;
Costanti
D3D12DDI_3DPIPELINELEVEL_1_0_GENERIC Valore: 1 Il driver supporta la pipeline Direct3D di base versione 1.0. |
D3D12DDI_3DPIPELINELEVEL_1_0_CORE Valore: 2 Interno. |
D3D12DDI_3DPIPELINELEVEL_11_0 Valore: 10 Il driver supporta la pipeline Direct3D versione 11. |
D3D12DDI_3DPIPELINELEVEL_11_1 Valore: 11 Il driver supporta la pipeline Direct3D versione 11.1. |
D3D12DDI_3DPIPELINELEVEL_12_0 Valore: 12 Il driver supporta la pipeline Direct3D versione 12.0. |
D3D12DDI_3DPIPELINELEVEL_12_1 Valore: 13 Il driver supporta la pipeline Direct3D versione 12.1. |
D3D12DDI_3DPIPELINELEVEL_12_2 Valore: 14 Il driver supporta la pipeline Direct3D versione 12.2. |
Commenti
I driver segnalano solo il livello massimo supportato.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 10, versione 1903 |
Intestazione | d3d12umddi.h |