Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
D3D12DDI_COMPARISON_FUNC enumeration (d3d12umddi.h)
Indicates the type of comparison to perform.
Syntax
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
} ;
Constants
D3D12DDI_COMPARISON_FUNC_NEVERDo not compare. |
D3D12DDI_COMPARISON_FUNC_LESSLess than. |
D3D12DDI_COMPARISON_FUNC_EQUALEquals. |
D3D12DDI_COMPARISON_FUNC_LESS_EQUALLess than or equal to. |
D3D12DDI_COMPARISON_FUNC_GREATERGreater than. |
D3D12DDI_COMPARISON_FUNC_NOT_EQUALNot equal to. |
D3D12DDI_COMPARISON_FUNC_GREATER_EQUALGreater than or equal to. |
D3D12DDI_COMPARISON_FUNC_ALWAYSAlways compare. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10, version 1809 |
| Header | d3d12umddi.h |
Feedback
Was this page helpful?
