Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
366
bool GlfwWindow::should_close()
367
{
368
return glfwWindowShouldClose(handle);
369
}
370
371
void GlfwWindow::process_events()
372
{
Callers
1
main_loop_frame
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected