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

Method close

framework/platform/platform.cpp:368–377  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

366}
367
368void Platform::close()
369{
370 if (window)
371 {
372 window->close();
373 }
374
375 // Fallback incase a window is not yet in use
376 close_requested = true;
377}
378
379void Platform::force_simulation_fps(float fps)
380{

Callers 3

list_samplesMethod · 0.45
on_updateMethod · 0.45
load_next_appMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected