Describes a stencil operation state. More...
#include <kanzi/gfx/create_info.hpp>
Public Attributes | |
| uint32_t | compareMask |
| The compare mask. | |
| ComparisonFunction | comparison |
| The comparison method for stencil checks. | |
| StencilOperation | depthFail |
| The stencil operation for a depth failure. | |
| StencilOperation | fail |
| The stencil operation for failure. | |
| StencilOperation | pass |
| The stencil operation for success. | |
| uint32_t | reference |
| uint32_t | writeMask |
| The write mask. | |
Describes a stencil operation state.
| StencilOperation kanzi::gfx::DepthStencilStateCreateInfo::StencilOperationState::fail |
The stencil operation for failure.
| StencilOperation kanzi::gfx::DepthStencilStateCreateInfo::StencilOperationState::depthFail |
The stencil operation for a depth failure.
| StencilOperation kanzi::gfx::DepthStencilStateCreateInfo::StencilOperationState::pass |
The stencil operation for success.
| ComparisonFunction kanzi::gfx::DepthStencilStateCreateInfo::StencilOperationState::comparison |
The comparison method for stencil checks.
| uint32_t kanzi::gfx::DepthStencilStateCreateInfo::StencilOperationState::writeMask |
The write mask.
| uint32_t kanzi::gfx::DepthStencilStateCreateInfo::StencilOperationState::compareMask |
The compare mask.
| uint32_t kanzi::gfx::DepthStencilStateCreateInfo::StencilOperationState::reference |