OpenGL man pages
glFinish.3glNameglFinish - block until all GL execution is complete C Specificationvoid glFinish( void ) DescriptionglFinish does not return until the effects of all previously called GL commands are complete. Such effects include all changes to GL state, all changes to connection state, and all changes to the frame buffer contents. NotesglFinish requires a round trip to the server. ErrorsGL_INVALID_OPERATION is generated if glFinish is executed between the execution of glBegin and the corresponding execution of glEnd. See AlsoglFlush, glXWaitGL, glXWaitX Introduction | Alphabetic | Specification Last Edited:
Fri Dec 6 11:18:03 EST 1996
by
AFV |