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

Method should_close

framework/platform/glfw_window.cpp:366–369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

364}
365
366bool GlfwWindow::should_close()
367{
368 return glfwWindowShouldClose(handle);
369}
370
371void GlfwWindow::process_events()
372{

Callers 1

main_loop_frameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected