| 8 | } |
| 9 | |
| 10 | TriStepResult TriStepPresentSwapChain::Execute( Be::Time realTime, Be::Time simTime, Tr2RenderContext& renderContext ) |
| 11 | { |
| 12 | if( m_swapChain ) |
| 13 | { |
| 14 | m_swapChain->Present( renderContext ); |
| 15 | } |
| 16 | return RS_OK; |
| 17 | } |
| 18 | |
| 19 | void TriStepPresentSwapChain::py__init__( Tr2SwapChain* sc ) |
| 20 | { |