MCPcopy Create free account
hub / github.com/cginternals/glbinding / error

Function error

source/examples/multi-context/main.cpp:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23
24
25void error(int errnum, const char * errmsg)
26{
27 std::cerr << errnum << ": " << errmsg << std::endl;
28}
29
30
31void key_callback(GLFWwindow * window, int key, int /*scancode*/, int action, int /*mods*/)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected