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