nn::gd::CTR::DepthStencilStateDescription Class

Syntax

class DepthStencilStateDescription

Description

The descriptor for creating depth stencil state objects.

Member Variables

m_DepthEnable Sets enable/disable for the depth test.
m_StencilEnable Sets enable/disable for the stencil test.
m_StencilWriteMask The write mask for the stencil test.
m_StencilReadMask The read mask for the stencil test.
m_DepthMask The write mask for the depth test.
m_DepthFunc The depth test comparison function.
m_StencilFunc The stencil test comparison function.
m_StencilFail The process when the stencil test fails.
m_StencilZFail The process when the stencil test succeeds but the depth test fails.
m_StencilZPass The process when the stencil test succeeds and the depth test also succeeds.

Member Functions

DepthStencilStateDescription The constructor for the descriptor. Sets the descriptor to the default value.
ToDefault Sets the descriptor to the default value.

Revision History

2011/02/15
Initial version.

CONFIDENTIAL