enumerazione D3D12DDI_PROGRAMMABLE_SAMPLE_POSITIONS_TIER (d3d12umddi.h)
Un valore D3D12DDI_PROGRAMMABLE_SAMPLE_POSITIONS_TIER specifica il livello di supporto fornito dall'adattatore per le posizioni programmabili del campione.
Sintassi
typedef enum D3D12DDI_PROGRAMMABLE_SAMPLE_POSITIONS_TIER {
D3D12DDI_PROGRAMMABLE_SAMPLE_POSITIONS_TIER_NOT_SUPPORTED = 0,
D3D12DDI_PROGRAMMABLE_SAMPLE_POSITIONS_TIER_1 = 1,
D3D12DDI_PROGRAMMABLE_SAMPLE_POSITIONS_TIER_2 = 2
} ;
Costanti
D3D12DDI_PROGRAMMABLE_SAMPLE_POSITIONS_TIER_NOT_SUPPORTED Valore: 0 L'adattatore non supporta posizioni di esempio programmabili. |
D3D12DDI_PROGRAMMABLE_SAMPLE_POSITIONS_TIER_1 Valore: 1 Il driver fornisce il supporto di livello 1. |
D3D12DDI_PROGRAMMABLE_SAMPLE_POSITIONS_TIER_2 Valore: 2 Il driver offre il supporto di livello 2. |
Commenti
Per una descrizione dettagliata per ogni livello di livello, vedere D3D12_PROGRAMMABLE_SAMPLE_POSITIONS_TIER .
Requisiti
Requisito | Valore |
---|---|
Intestazione | d3d12umddi.h |