180 likes | 354 Views
Initialization. glutInit (int *argc, char **argv)Processes programs command line just incase command were included for GLUTStrips out GLUT specific command line arguments from argv arrayNot a necessity but call it anyway. . glutInitDisplayMode ( )Sets up the OpenGL display contextGLUT_INDEX
E N D