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