Example #1
0
 public void dispose() {
   invalid = true;
   Callbacks.glfwFreeCallbacks(window);
   GLFW.glfwDestroyWindow(window);
 }