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

Method IsDepthTestInverted

trinity/Shader/Tr2EffectStateManager.cpp:858–861  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

856}
857
858bool Tr2EffectStateManager::IsDepthTestInverted( void ) const
859{
860 return m_renderStateOverrides[RS_ZFUNC] != nullptr;
861}
862
863uint32_t Tr2EffectStateManager::GetVertexDeclarationHandle( const Tr2VertexDefinition& vertexDefinition )
864{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected