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