[Front] [Reference] [Imp. Guide] [Index]

glFinish
[Prev] [Next]

glFinish: block until all GL execution is complete.

C Specification | Description | Notes | Errors | See Also

[Up] C Specification

void glFinish(void)

[Up] 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.

[Up] Notes

glFinish requires a round trip to the server.

[Up] Errors

[Up] See Also

glFlush

[Prev] [Next]
Front Reference [Imp. Guide] Index