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

Function error

source/examples/shaderincludes/main.cpp:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61
62
63void error(int errnum, const char * errmsg)
64{
65 globjects::critical() << errnum << ": " << errmsg << std::endl;
66}
67
68void framebuffer_size_callback(GLFWwindow * /*window*/, int width, int height)
69{

Callers

nothing calls this directly

Calls 1

criticalFunction · 0.85

Tested by

no test coverage detected