VkStencilOpState

Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.

Members

Variables

compareMask
uint32_t compareMask;
Undocumented in source.
compareOp
VkCompareOp compareOp;
Undocumented in source.
depthFailOp
VkStencilOp depthFailOp;
Undocumented in source.
failOp
VkStencilOp failOp;
Undocumented in source.
passOp
VkStencilOp passOp;
Undocumented in source.
reference
uint32_t reference;
Undocumented in source.
writeMask
uint32_t writeMask;
Undocumented in source.

Meta