![]() |
|
Properties to configure depth and stencil test. More...
Public Attributes | |
| bool | depthTestEnabled |
| bool | depthWriteEnabled |
| HgiCompareFunction | depthCompareFn |
| bool | depthBiasEnabled |
| float | depthBiasConstantFactor |
| float | depthBiasSlopeFactor |
| bool | stencilTestEnabled |
| HgiStencilState | stencilFront |
| HgiStencilState | stencilBack |
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 286 of file graphicsPipeline.h.