Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
glutMainLoop(3GLUT)		      GLUT		     glutMainLoop(3GLUT)

NAME
     glutMainLoop - enters the GLUT event processing loop.

SYNTAX
     void glutMainLoop(void);

DESCRIPTION
     glutMainLoop  enters the GLUT event processing loop. This routine should be
     called at most once in a GLUT program. Once called, this routine will never
     return. It will call as necessary any callbacks that have been registered.

SEE ALSO
     glutInit

AUTHOR
     Mark J. Kilgard (mjk@nvidia.com)

GLUT				       3.7		     glutMainLoop(3GLUT)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=glutMainLoop&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help