MCPcopy Create free account
hub / github.com/NVIDIA-RTX/Donut / WindowRefreshCallback_GLFW

Function WindowRefreshCallback_GLFW

src/app/DeviceManager.cpp:134–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134static void WindowRefreshCallback_GLFW(GLFWwindow *window)
135{
136 DeviceManager *manager = reinterpret_cast<DeviceManager *>(glfwGetWindowUserPointer(window));
137 manager->WindowRefreshCallback();
138}
139
140static void WindowCloseCallback_GLFW(GLFWwindow *window)
141{

Callers

nothing calls this directly

Calls 1

WindowRefreshCallbackMethod · 0.80

Tested by

no test coverage detected