Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
OnResize
Method · 0.45
OnTimer
Method · 0.45
Calls
5
UpdateScene
Function · 0.85
Begin
Method · 0.45
End
Method · 0.45
Submit
Method · 0.45
Present
Method · 0.45
Tested by
no test coverage detected