enumerazione D3D12DDI_COMPARISON_FUNC (d3d12umddi.h)
Indica il tipo di confronto da eseguire.
Sintassi
typedef enum D3D12DDI_COMPARISON_FUNC {
D3D12DDI_COMPARISON_FUNC_NEVER,
D3D12DDI_COMPARISON_FUNC_LESS,
D3D12DDI_COMPARISON_FUNC_EQUAL,
D3D12DDI_COMPARISON_FUNC_LESS_EQUAL,
D3D12DDI_COMPARISON_FUNC_GREATER,
D3D12DDI_COMPARISON_FUNC_NOT_EQUAL,
D3D12DDI_COMPARISON_FUNC_GREATER_EQUAL,
D3D12DDI_COMPARISON_FUNC_ALWAYS
} ;
Costanti
D3D12DDI_COMPARISON_FUNC_NEVER Non confrontare. |
D3D12DDI_COMPARISON_FUNC_LESS Meno di. |
D3D12DDI_COMPARISON_FUNC_EQUAL Uguale. |
D3D12DDI_COMPARISON_FUNC_LESS_EQUAL Minore o uguale a. |
D3D12DDI_COMPARISON_FUNC_GREATER Maggiore. |
D3D12DDI_COMPARISON_FUNC_NOT_EQUAL Non uguale a. |
D3D12DDI_COMPARISON_FUNC_GREATER_EQUAL Maggiore o uguale a. |
D3D12DDI_COMPARISON_FUNC_ALWAYS Confrontare sempre. |
Fabbisogno
Requisito | Valore |
---|---|
client minimo supportato | Windows 10, versione 1809 |
intestazione | d3d12umddi.h |