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

Function WindowIconifyCallback_GLFW

src/app/DeviceManager.cpp:122–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122static void WindowIconifyCallback_GLFW(GLFWwindow *window, int iconified)
123{
124 DeviceManager *manager = reinterpret_cast<DeviceManager *>(glfwGetWindowUserPointer(window));
125 manager->WindowIconifyCallback(iconified);
126}
127
128static void WindowFocusCallback_GLFW(GLFWwindow *window, int focused)
129{

Callers

nothing calls this directly

Calls 1

WindowIconifyCallbackMethod · 0.80

Tested by

no test coverage detected