![]() |
|
Properties to configure depth and stencil test. More...
#include <graphicsPipeline.h>
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 269 of file graphicsPipeline.h.
| float depthBiasConstantFactor |
Definition at line 279 of file graphicsPipeline.h.
| bool depthBiasEnabled |
Definition at line 278 of file graphicsPipeline.h.
| float depthBiasSlopeFactor |
Definition at line 280 of file graphicsPipeline.h.
| HgiCompareFunction depthCompareFn |
Definition at line 276 of file graphicsPipeline.h.
| bool depthTestEnabled |
Definition at line 274 of file graphicsPipeline.h.
| bool depthWriteEnabled |
Definition at line 275 of file graphicsPipeline.h.
| HgiStencilState stencilBack |
Definition at line 284 of file graphicsPipeline.h.
| HgiStencilState stencilFront |
Definition at line 283 of file graphicsPipeline.h.
| bool stencilTestEnabled |
Definition at line 282 of file graphicsPipeline.h.