1GLFINISH(3G) OpenGL Manual GLFINISH(3G)
2
3
4
6 glFinish - block until all GL execution is complete
7
9 void glFinish(void);
10
12 glFinish does not return until the effects of all previously called GL
13 commands are complete. Such effects include all changes to GL state,
14 all changes to connection state, and all changes to the frame buffer
15 contents.
16
18 glFinish requires a round trip to the server.
19
21 glFlush()
22
24 Copyright © 1991-2006 Silicon Graphics, Inc. This document is licensed
25 under the SGI Free Software B License. For details, see
26 http://oss.sgi.com/projects/FreeB/.
27
29 opengl.org
30
31
32
33opengl.org 06/10/2014 GLFINISH(3G)