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

Function error

source/examples/cubescape-wgl/main.cpp:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31
32
33void error(int errnum, const char * errmsg)
34{
35 std::cerr << errnum << ": " << errmsg << std::endl;
36}
37
38
39void framebuffer_size_callback(GLFWwindow * /*window*/, int width, int height)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected