MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / OnDrawFrame

Method OnDrawFrame

deps/LLGL/examples/Cpp/PBR/Example.cpp:478–490  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

476 }
477
478 void OnDrawFrame() override
479 {
480 UpdateScene();
481
482 commands->Begin();
483 {
484 RenderScene();
485 }
486 commands->End();
487
488 commandQueue->Submit(*commands);
489 context->Present();
490 }
491
492};
493

Callers 2

OnResizeMethod · 0.45
OnTimerMethod · 0.45

Calls 5

UpdateSceneFunction · 0.85
BeginMethod · 0.45
EndMethod · 0.45
SubmitMethod · 0.45
PresentMethod · 0.45

Tested by

no test coverage detected