MCPcopy Create free account
hub / github.com/OpenImageDebugger/OpenImageDebugger / run_main_loop

Function run_main_loop

src/platform/main_loop.cpp:32–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30namespace oid::platform {
31
32void run_main_loop(oid::host::FrameLoop& loop) {
33 while (loop.tick()) {
34 // Empty body: FrameLoop::tick() drives the whole frame (poll, draw,
35 // present) itself; the loop just repeats it until it returns false.
36 }
37}
38
39} // namespace oid::platform

Callers 1

runMethod · 0.85

Calls 1

tickMethod · 0.80

Tested by

no test coverage detected