Depth test.
Type | Attributes | Description |
IsMaskEnabled | Flag that enables the depth value mask. | |
---|---|---|
IsTestEnabled | Flag that enables the depth test. | |
TestFunctionCtr | TestFunction | Function for determining whether the depth test has been passed. |
TestFunctionCtr
Enumerated TypeValue | 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