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