| 78 | } |
| 79 | |
| 80 | uint8_t Tr2ReflectionProbe::GetStartFace() const |
| 81 | { |
| 82 | if( m_renderFrequency == ALL_SIDES_PER_FRAME || !m_onePassDone ) |
| 83 | { |
| 84 | return 0; |
| 85 | } |
| 86 | return m_currentFrame; |
| 87 | } |
| 88 | |
| 89 | uint8_t Tr2ReflectionProbe::GetEndFace() const |
| 90 | { |
no outgoing calls
no test coverage detected