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

Function ErrorCallback_GLFW

src/app/DeviceManager.cpp:116–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114};
115
116static void ErrorCallback_GLFW(int error, const char *description)
117{
118 fprintf(stderr, "GLFW error: %s\n", description);
119 exit(1);
120}
121
122static void WindowIconifyCallback_GLFW(GLFWwindow *window, int iconified)
123{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected