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().