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

Method Execute

trinity/RenderJob/TriStepRenderScene.cpp:20–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20TriStepResult TriStepRenderScene::Execute( Be::Time realTime, Be::Time simTime, Tr2RenderContext& renderContext )
21{
22 if( m_scene )
23 {
24 m_scene->Render( renderContext );
25 }
26 return RS_OK;
27}

Callers

nothing calls this directly

Calls 1

RenderMethod · 0.45

Tested by

no test coverage detected