nn::gd::CTR::DepthStencilStateDescription Classclass DepthStencilStateDescription
The descriptor for creating depth stencil state objects.
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. |
DepthStencilStateDescription
|
The constructor for the descriptor. Sets the descriptor to the default value. | |
|---|---|---|
ToDefault
|
Sets the descriptor to the default value. |
CONFIDENTIAL