![]() |
Properties to configure depth and stencil test. More...
Public Attributes | |
| bool | depthTestEnabled |
| bool | depthWriteEnabled |
| HgiCompareFunction | depthCompareFn |
| bool | stencilTestEnabled |
Properties to configure depth and stencil test.
depthCompareFn to test if a fragment passes the depth test. Note that depth writes are automatically disabled when depthTestEnabled is false. depthCompareFn to test if a fragment passes the depth test. Note that depth writes are automatically disabled when depthTestEnabled is false. Definition at line 199 of file graphicsPipeline.h.