Castor3D
..
|
Fonction et opérations de stencil. Plus de détails...
Attributs publics | |
StencilFunc | m_eFunc { StencilFunc::eAlways } |
uint32_t | m_ref { 0 } |
StencilOp | m_failOp { StencilOp::eKeep } |
StencilOp | m_depthFailOp { StencilOp::eKeep } |
StencilOp | m_passOp { StencilOp::eKeep } |
Fonction et opérations de stencil.
StencilOp Castor3D::DepthStencilState::StencilConfiguration::m_depthFailOp { StencilOp::eKeep } |
Opération faite en cas d'échec du test de profondeur.
Référencé par Castor3D::DepthStencilState::GetStencilBackDepthFailOp(), Castor3D::DepthStencilState::GetStencilFrontDepthFailOp(), Castor3D::DepthStencilState::SetStencilBackDepthFailOp(), Castor3D::DepthStencilState::SetStencilBackOps(), Castor3D::DepthStencilState::SetStencilDepthFailOp(), Castor3D::DepthStencilState::SetStencilFrontDepthFailOp(), Castor3D::DepthStencilState::SetStencilFrontOps(), et Castor3D::DepthStencilState::SetStencilOps().
StencilFunc Castor3D::DepthStencilState::StencilConfiguration::m_eFunc { StencilFunc::eAlways } |
StencilOp Castor3D::DepthStencilState::StencilConfiguration::m_failOp { StencilOp::eKeep } |
Opération faite en cas d'échec du stencil test.
Référencé par Castor3D::DepthStencilState::GetStencilBackFailOp(), Castor3D::DepthStencilState::GetStencilFrontFailOp(), Castor3D::DepthStencilState::SetStencilBackFailOp(), Castor3D::DepthStencilState::SetStencilBackOps(), Castor3D::DepthStencilState::SetStencilFailOp(), Castor3D::DepthStencilState::SetStencilFrontFailOp(), Castor3D::DepthStencilState::SetStencilFrontOps(), et Castor3D::DepthStencilState::SetStencilOps().
StencilOp Castor3D::DepthStencilState::StencilConfiguration::m_passOp { StencilOp::eKeep } |
Opération faite en cas de réussite des tests stencil et profondeur.
Référencé par Castor3D::DepthStencilState::GetStencilBackPassOp(), Castor3D::DepthStencilState::GetStencilFrontPassOp(), Castor3D::DepthStencilState::SetStencilBackOps(), Castor3D::DepthStencilState::SetStencilBackPassOp(), Castor3D::DepthStencilState::SetStencilFrontOps(), Castor3D::DepthStencilState::SetStencilFrontPassOp(), Castor3D::DepthStencilState::SetStencilOps(), et Castor3D::DepthStencilState::SetStencilPassOp().
uint32_t Castor3D::DepthStencilState::StencilConfiguration::m_ref { 0 } |
La valeur de référence pour la fonction.
Référencé par Castor3D::DepthStencilState::GetStencilBackRef(), Castor3D::DepthStencilState::GetStencilFrontRef(), Castor3D::DepthStencilState::SetStencilBackRef(), Castor3D::DepthStencilState::SetStencilFrontRef(), et Castor3D::DepthStencilState::SetStencilRef().