| 61 | |
| 62 | |
| 63 | void error(int errnum, const char * errmsg) |
| 64 | { |
| 65 | globjects::critical() << errnum << ": " << errmsg << std::endl; |
| 66 | } |
| 67 | |
| 68 | void framebuffer_size_callback(GLFWwindow * /*window*/, int width, int height) |
| 69 | { |
nothing calls this directly
no test coverage detected