| 78 | } |
| 79 | |
| 80 | Tr2PPGodRaysEffectPtr Tr2PostProcess2::GetGodRaysIfAvailable( PostProcess::Quality qualitySetting ) const |
| 81 | { |
| 82 | RETURN_IF_ACTIVE( m_godRays, qualitySetting, PostProcess::HIGH ); |
| 83 | } |
| 84 | |
| 85 | void Tr2PostProcess2::SetGodRays( Tr2PPGodRaysEffectPtr effect ) |
| 86 | { |
no outgoing calls
no test coverage detected