Condividi tramite


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
Minore di.
D3D12DDI_COMPARISON_FUNC_EQUAL
Uguale a.
D3D12DDI_COMPARISON_FUNC_LESS_EQUAL
Minore o uguale a.
D3D12DDI_COMPARISON_FUNC_GREATER
Maggiore di.
D3D12DDI_COMPARISON_FUNC_NOT_EQUAL
Diverso da.
D3D12DDI_COMPARISON_FUNC_GREATER_EQUAL
Maggiore o uguale a.
D3D12DDI_COMPARISON_FUNC_ALWAYS
Confrontare sempre.

Requisiti

Requisito Valore
Client minimo supportato Windows 10, versione 1809
Intestazione d3d12umddi.h