glFinish.3G - Man Page

block until all GL execution is complete

C Specification

void glFinish(void);

Description

glFinish 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.

Notes

glFinish requires a round trip to the server.

Version Support

OpenGL Version
Function / Feature Name2.02.13.03.13.23.34.04.14.24.34.44.5
glFinish

See Also

glFlush()

Referenced By

glFlush.3G(3), glXIntro.3G(3), glXWaitGL.3G(3), glXWaitX.3G(3).

01/24/2024