MCPcopy Create free account
hub / github.com/brenocq/implot3d / glfw_error_callback

Function glfw_error_callback

example/main.cpp:15–15  ·  view source on GitHub ↗

Callback to handle GLFW errors

Source from the content-addressed store, hash-verified

13
14// Callback to handle GLFW errors
15void glfw_error_callback(int error, const char* description) { std::cerr << "GLFW Error " << error << ": " << description << std::endl; }
16
17int main() {
18 // Setup error callback

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected