AllenYuan

window - game loop - cleanup

Apr 21st, 2020
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.10 KB | None | 0 0
  1. //...
  2.   // clean up our program and exit
  3.   glfwDestroyWindow(window);
  4.   glfwTerminate();
  5.   return 0;
  6. }
Advertisement
Add Comment
Please, Sign In to add comment