Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The D3D10_DDI_COMPARISON_FUNC enumeration type contains values that identify the comparison function to perform.
Syntax
typedef enum D3D10_DDI_COMPARISON_FUNC {
D3D10_DDI_COMPARISON_NEVER,
D3D10_DDI_COMPARISON_LESS,
D3D10_DDI_COMPARISON_EQUAL,
D3D10_DDI_COMPARISON_LESS_EQUAL,
D3D10_DDI_COMPARISON_GREATER,
D3D10_DDI_COMPARISON_NOT_EQUAL,
D3D10_DDI_COMPARISON_GREATER_EQUAL,
D3D10_DDI_COMPARISON_ALWAYS
} ;
Constants
D3D10_DDI_COMPARISON_NEVERThe comparison never succeeds. |
D3D10_DDI_COMPARISON_LESSThe comparison is a less-than operation. |
D3D10_DDI_COMPARISON_EQUALThe comparison is an equal-to operation. |
D3D10_DDI_COMPARISON_LESS_EQUALThe comparison is a less-than or equal-to operation. |
D3D10_DDI_COMPARISON_GREATERThe comparison is a greater-than operation. |
D3D10_DDI_COMPARISON_NOT_EQUALThe comparison is a not-equal-to operation. |
D3D10_DDI_COMPARISON_GREATER_EQUALThe comparison is a greater-than or equal-to operation. |
D3D10_DDI_COMPARISON_ALWAYSThe comparison always succeeds. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Available in Windows Vista and later versions of the Windows operating systems. |
| Header | d3d10umddi.h (include D3d10umddi.h) |