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

Function error

source/tools/glqueries/main.cpp:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27{
28
29 void error(int errnum, const char * errmsg)
30 {
31 std::cerr << errnum << ": " << errmsg << std::endl;
32 }
33
34 static const std::array<GLfloat , 9> identity3{ { 1.f, 0.f, 0.f, 0.f, 1.f, 0.f, 0.f, 0.f, 1.f } };
35 static const std::array<GLfloat , 16> identity4{ { 1.f, 0.f, 0.f, 0.f, 0.f, 1.f, 0.f, 0.f, 0.f, 0.f, 1.f, 0.f, 0.f, 0.f, 0.f, 1.f } };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected