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

Function error

source/examples/callbacks/main.cpp:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24using namespace glbinding;
25
26void error(int errnum, const char * errmsg)
27{
28 std::cerr << errnum << ": " << errmsg << std::endl;
29}
30
31
32#include "../comparison/gltest_data.inl"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected