| 36 | } |
| 37 | |
| 38 | ALResult Tr2FenceAL::IsReached( bool& isReached, Tr2RenderContextAL& renderContext ) |
| 39 | { |
| 40 | return m_fence->IsReached( isReached, renderContext ); |
| 41 | } |
| 42 | |
| 43 | ALResult Tr2FenceAL::Wait( Tr2RenderContextAL& renderContext ) |
| 44 | { |
no outgoing calls