MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Samples / main_loop

Method main_loop

framework/platform/platform.cpp:250–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248}
249
250ExitCode Platform::main_loop()
251{
252 ExitCode exit_code = ExitCode::Success;
253 while (exit_code == ExitCode::Success)
254 {
255 exit_code = main_loop_frame();
256 }
257
258 return exit_code;
259}
260
261void Platform::update()
262{

Callers 1

CUSTOM_MAINFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected