MCPcopy Create free account
hub / github.com/LukasBanana/LLGL / OnDrawFrame

Method OnDrawFrame

examples/Cpp/PBR/Example.cpp:491–502  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

489 }
490
491 void OnDrawFrame() override
492 {
493 UpdateScene();
494
495 commands->Begin();
496 {
497 RenderScene();
498 }
499 commands->End();
500
501 commandQueue->Submit(*commands);
502 }
503
504};
505

Callers

nothing calls this directly

Calls 4

UpdateSceneFunction · 0.85
BeginMethod · 0.65
EndMethod · 0.65
SubmitMethod · 0.45

Tested by

no test coverage detected