Diligent Engine  v.2.4.g
Public Attributes | List of all members
Diligent::GLContextState::DepthStencilGLState::StencilOpState Struct Reference

#include <GLContextState.hpp>

Public Attributes

COMPARISON_FUNCTION Func = COMPARISON_FUNC_UNKNOWN
 
STENCIL_OP StencilFailOp = STENCIL_OP_UNDEFINED
 
STENCIL_OP StencilDepthFailOp = STENCIL_OP_UNDEFINED
 
STENCIL_OP StencilPassOp = STENCIL_OP_UNDEFINED
 
Int32 Ref = std::numeric_limits<Int32>::min()
 
Uint32 Mask = static_cast<Uint32>(-1)
 

Member Data Documentation

◆ Func

COMPARISON_FUNCTION Diligent::GLContextState::DepthStencilGLState::StencilOpState::Func = COMPARISON_FUNC_UNKNOWN

◆ Mask

Uint32 Diligent::GLContextState::DepthStencilGLState::StencilOpState::Mask = static_cast<Uint32>(-1)

◆ Ref

Int32 Diligent::GLContextState::DepthStencilGLState::StencilOpState::Ref = std::numeric_limits<Int32>::min()

◆ StencilDepthFailOp

STENCIL_OP Diligent::GLContextState::DepthStencilGLState::StencilOpState::StencilDepthFailOp = STENCIL_OP_UNDEFINED

◆ StencilFailOp

STENCIL_OP Diligent::GLContextState::DepthStencilGLState::StencilOpState::StencilFailOp = STENCIL_OP_UNDEFINED

◆ StencilPassOp

STENCIL_OP Diligent::GLContextState::DepthStencilGLState::StencilOpState::StencilPassOp = STENCIL_OP_UNDEFINED

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