Depth test.
| Type | Attributes | Description |
| IsMaskEnabled | Flag enabling the depth value mask. | |
|---|---|---|
IsTestEnabled | Flag enabling depth test. | |
| TestFunctionCtr | TestFunction | Function for determining whether depth test has been passed. |
| Value | Description |
| Never | Never pass regardless of the value. |
|---|---|
| Always | Always pass regardless of the value. |
| Less | Pass if less than the reference value. |
| Lequal | Pass if less than or equal to the reference value. |
| Equal | Pass if equal to the reference value. |
| Gequal | Pass if greater than or equal to the reference value. |
| Greater | Pass if greater than the reference value. |
| Notequal | Pass if not equal to the reference value. |
<Materials> |
CONFIDENTIAL