MCPcopy 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
106void GlfwHostBackend::end_frame() {
107 glfwSwapBuffers(window_);
108}
109
110void GlfwHostBackend::shutdown() {
111 if (window_ != nullptr) {

Callers 1

tickMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected