MCPcopy Create free account
hub / github.com/carbonengine/trinity / Execute

Method Execute

trinity/RenderJob/TriStepPresentSwapChain.cpp:10–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8}
9
10TriStepResult 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
19void TriStepPresentSwapChain::py__init__( Tr2SwapChain* sc )
20{

Callers

nothing calls this directly

Calls 1

PresentMethod · 0.45

Tested by

no test coverage detected