| 788 | |
| 789 | |
| 790 | void Tr2EffectStateManager::ApplyStandardStates( RenderingMode rm ) |
| 791 | { |
| 792 | if( rm > RM_ANY && rm < RM_COUNT ) |
| 793 | { |
| 794 | DoApplyRenderStates( uint32_t( rm ) ); |
| 795 | } |
| 796 | |
| 797 | m_currentValues.m_renderingMode = rm; |
| 798 | m_currentValues.m_renderStateSetup = UNKNOWN; |
| 799 | } |
| 800 | |
| 801 | void Tr2EffectStateManager::SetWireframeRendering( bool b ) |
| 802 | { |
no outgoing calls
no test coverage detected