| 9 | } |
| 10 | |
| 11 | static void glfwErrorCallback(int error, const char* description) |
| 12 | { |
| 13 | std::cerr << "GLFW error " << error << " " << description << std::endl; |
| 14 | } |
| 15 | |
| 16 | void Viewer::initialize() |
| 17 | { |
nothing calls this directly
no outgoing calls
no test coverage detected