![]() |
|
stencilFailOp: The operation executed when the stencil test fails. More...
#include <graphicsPipeline.h>
Public Attributes | |
| HgiCompareFunction | compareFn |
| uint32_t | referenceValue |
| HgiStencilOp | stencilFailOp |
| HgiStencilOp | depthFailOp |
| HgiStencilOp | depthStencilPassOp |
| uint32_t | readMask |
| uint32_t | writeMask |
stencilFailOp: The operation executed when the stencil test fails.
Properties controlling the operation of the stencil test.
depthFailOp: The operation executed when the stencil test passes but the depth test fails. depthStencilPassOp: The operation executed when both stencil and depth tests pass. readMask: The mask applied to values before the stencil test function. writeMask: The mask applied when writing to the stencil buffer.
Definition at line 216 of file graphicsPipeline.h.
| HgiCompareFunction compareFn |
Definition at line 221 of file graphicsPipeline.h.
| HgiStencilOp depthFailOp |
Definition at line 224 of file graphicsPipeline.h.
| HgiStencilOp depthStencilPassOp |
Definition at line 225 of file graphicsPipeline.h.
| uint32_t readMask |
Definition at line 226 of file graphicsPipeline.h.
| uint32_t referenceValue |
Definition at line 222 of file graphicsPipeline.h.
| HgiStencilOp stencilFailOp |
Definition at line 223 of file graphicsPipeline.h.
| uint32_t writeMask |
Definition at line 227 of file graphicsPipeline.h.