Skip to content

Instantly share code, notes, and snippets.

@EddyLuten
Created April 21, 2014 02:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EddyLuten/11130696 to your computer and use it in GitHub Desktop.
Save EddyLuten/11130696 to your computer and use it in GitHub Desktop.
Chapter 1, Snippet 5 - OpenGLBook.com
glutReshapeFunc(ResizeFunction);
glutDisplayFunc(RenderFunction);
glutIdleFunc(IdleFunction);
glutTimerFunc(0, TimerFunction, 0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment