Kanzi 4.0.0-beta2
kanzi::gfx::DepthStencilStateCreateInfo::StencilOperationState Struct Reference

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.
 

Detailed Description

Describes a stencil operation state.

Member Data Documentation

◆ fail

StencilOperation kanzi::gfx::DepthStencilStateCreateInfo::StencilOperationState::fail

The stencil operation for failure.

◆ depthFail

StencilOperation kanzi::gfx::DepthStencilStateCreateInfo::StencilOperationState::depthFail

The stencil operation for a depth failure.

◆ pass

StencilOperation kanzi::gfx::DepthStencilStateCreateInfo::StencilOperationState::pass

The stencil operation for success.

◆ comparison

ComparisonFunction kanzi::gfx::DepthStencilStateCreateInfo::StencilOperationState::comparison

The comparison method for stencil checks.

◆ writeMask

uint32_t kanzi::gfx::DepthStencilStateCreateInfo::StencilOperationState::writeMask

The write mask.

◆ compareMask

uint32_t kanzi::gfx::DepthStencilStateCreateInfo::StencilOperationState::compareMask

The compare mask.

◆ reference

uint32_t kanzi::gfx::DepthStencilStateCreateInfo::StencilOperationState::reference

The documentation for this struct was generated from the following file: