| 700 | TutorialApplication::instance->displayFunc(); |
| 701 | } |
| 702 | void reshapeFunc(GLFWwindow* window, int width, int height) { |
| 703 | TutorialApplication::instance->reshapeFunc(window,width,height); |
| 704 | } |
| 705 | |
| 706 | void TutorialApplication::setCallbackFunctions(GLFWwindow* window) |
| 707 | { |
no test coverage detected