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

Function error

source/examples/cubescape-gles/main.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected