| 87 | } |
| 88 | |
| 89 | uint8_t Tr2ReflectionProbe::GetEndFace() const |
| 90 | { |
| 91 | if( m_renderFrequency == ALL_SIDES_PER_FRAME || !m_onePassDone ) |
| 92 | { |
| 93 | return 6; |
| 94 | } |
| 95 | return m_currentFrame + 1; |
| 96 | } |
| 97 | |
| 98 | |
| 99 | void Tr2ReflectionProbe::InitRenderPass( Tr2RenderContext& renderContext ) |
no outgoing calls
no test coverage detected