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

Function error

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected