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