MCPcopy Create free account
hub / github.com/chrxh/alien / glfwErrorCallback

Function glfwErrorCallback

source/Gui/MainWindow.cpp:85–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83namespace
84{
85 void glfwErrorCallback(int error, const char* description)
86 {
87 throw std::runtime_error("Glfw error " + std::to_string(error) + ": " + description);
88 }
89
90 void framebufferSizeCallback(GLFWwindow* window, int width, int height)
91 {

Callers

nothing calls this directly

Calls 1

to_stringFunction · 0.85

Tested by

no test coverage detected