enum TestFunc;
| Value | Description |
|---|---|
TESTFUNC_NEVER |
None pass. |
TESTFUNC_ALWAYS |
All pass. |
TESTFUNC_EQUAL |
Pass if equal to the depth buffer value. |
TESTFUNC_NOTEQUAL |
Pass if not equal to the depth buffer value. |
TESTFUNC_LESS |
Pass if less than depth buffer value. |
TESTFUNC_LEQUAL |
Pass if less than or equal to the depth buffer value. |
TESTFUNC_GREATER |
Pass if greater than the depth buffer value. |
TESTFUNC_GEQUAL |
Pass if greater than or equal to the depth buffer value. |
The depth test method.
CONFIDENTIAL