1GLFINISH(3G)                                                      GLFINISH(3G)
2
3
4

NAME

6       glFinish - block until all GL execution is complete
7
8

C SPECIFICATION

10       void glFinish( void )
11
12

DESCRIPTION

14       glFinish  does not return until the effects of all previously called GL
15       commands are complete.  Such effects include all changes to  GL  state,
16       all  changes  to  connection state, and all changes to the frame buffer
17       contents.
18

NOTES

20       glFinish requires a round trip to the server.
21

ERRORS

23       GL_INVALID_OPERATION is generated if glFinish is executed  between  the
24       execution of glBegin and the corresponding execution of glEnd.
25

SEE ALSO

27       glFlush(3G)
28
29
30
31
32                                                                  GLFINISH(3G)
Impressum