MCPcopy Create free account
hub / github.com/OGRECave/ogre-next / beginFrameParallel

Method beginFrameParallel

Samples/2.0/Common/src/BaseSystem.cpp:21–21  ·  view source on GitHub ↗

-----------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

19 void BaseSystem::destroyScene() { mCurrentGameState->destroyScene(); }
20 //-----------------------------------------------------------------------------------
21 void BaseSystem::beginFrameParallel() { this->processIncomingMessages(); }
22 //-----------------------------------------------------------------------------------
23 void BaseSystem::update( float timeSinceLast ) { mCurrentGameState->update( timeSinceLast ); }
24 //-----------------------------------------------------------------------------------

Callers 13

mainAppFunction · 0.80
renderThreadAppFunction · 0.80
logicThreadFunction · 0.80
renderThreadAppFunction · 0.80
logicThreadFunction · 0.80
mainAppFunction · 0.80
updateMainLoopMethod · 0.80
renderThreadAppFunction · 0.80
logicThreadFunction · 0.80
mainAppSingleThreadedMethod · 0.80

Calls 1

Tested by 1

runLoopMethod · 0.64