MCPcopy Create free account
hub / github.com/carbonengine/trinity / IsCullModeInverted

Method IsCullModeInverted

trinity/Shader/Tr2EffectStateManager.cpp:829–832  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

827}
828
829bool Tr2EffectStateManager::IsCullModeInverted( void )
830{
831 return m_renderStateOverrides[RS_CULLMODE] != nullptr;
832}
833
834void Tr2EffectStateManager::SetInvertedDepthTest( bool b )
835{

Callers 3

SetupScreenQuadFunction · 0.80
InitRenderPassMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected