| 34 | |
| 35 | |
| 36 | void error(int errnum, const char * errmsg) |
| 37 | { |
| 38 | std::cerr << errnum << ": " << errmsg << std::endl; |
| 39 | } |
| 40 | |
| 41 | |
| 42 | void framebuffer_size_callback(GLFWwindow * /*window*/, int width, int height) |
nothing calls this directly
no outgoing calls
no test coverage detected