Castor3D
..
|
Stencil function and operations description. More...
Public Attributes | |
eSTENCIL_FUNC | m_eFunc |
The function. More... | |
uint32_t | m_ref |
The reference value for the function. More... | |
eSTENCIL_OP | m_eFailOp |
The operation on stencil test fail. More... | |
eSTENCIL_OP | m_eDepthFailOp |
The operation on deph test fail. More... | |
eSTENCIL_OP | m_ePassOp |
The operation on depth and stencil tests success. More... | |
Stencil function and operations description.
eSTENCIL_OP Castor3D::DepthStencilState::stSTENCIL::m_eDepthFailOp |
The operation on deph test fail.
Referenced by Castor3D::DepthStencilState::GetStencilBackDepthFailOp(), Castor3D::DepthStencilState::GetStencilFrontDepthFailOp(), Castor3D::DepthStencilState::SetStencilBackDepthFailOp(), and Castor3D::DepthStencilState::SetStencilFrontDepthFailOp().
eSTENCIL_OP Castor3D::DepthStencilState::stSTENCIL::m_eFailOp |
The operation on stencil test fail.
Referenced by Castor3D::DepthStencilState::GetStencilBackFailOp(), Castor3D::DepthStencilState::GetStencilFrontFailOp(), Castor3D::DepthStencilState::SetStencilBackFailOp(), and Castor3D::DepthStencilState::SetStencilFrontFailOp().
eSTENCIL_FUNC Castor3D::DepthStencilState::stSTENCIL::m_eFunc |
eSTENCIL_OP Castor3D::DepthStencilState::stSTENCIL::m_ePassOp |
The operation on depth and stencil tests success.
Referenced by Castor3D::DepthStencilState::GetStencilBackPassOp(), Castor3D::DepthStencilState::GetStencilFrontPassOp(), Castor3D::DepthStencilState::SetStencilBackPassOp(), and Castor3D::DepthStencilState::SetStencilFrontPassOp().
uint32_t Castor3D::DepthStencilState::stSTENCIL::m_ref |
The reference value for the function.
Referenced by Castor3D::DepthStencilState::GetStencilBackRef(), Castor3D::DepthStencilState::GetStencilFrontRef(), Castor3D::DepthStencilState::SetStencilBackRef(), and Castor3D::DepthStencilState::SetStencilFrontRef().