MCPcopy Create free account
hub / github.com/OpenKinect/libfreenect2 / glfwErrorCallback

Function glfwErrorCallback

examples/viewer.cpp:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9}
10
11static void glfwErrorCallback(int error, const char* description)
12{
13 std::cerr << "GLFW error " << error << " " << description << std::endl;
14}
15
16void Viewer::initialize()
17{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected