Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenImageDebugger/OpenImageDebugger
/ end_frame
Method
end_frame
src/host/glfw_host_backend.cpp:106–108 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
104
}
105
106
void GlfwHostBackend::end_frame() {
107
glfwSwapBuffers(window_);
108
}
109
110
void GlfwHostBackend::shutdown() {
111
if (window_ != nullptr) {
Callers
1
tick
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected