Query: glfinish
OS: debian
Section: 3g
Links: debian man pages | All man pages
Forums: Unix Linux Community | Forum Categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
GLFINISH(3G) [FIXME: manual] GLFINISH(3G)NAMEglFinish - block until all GL execution is completeC 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.SEE ALSOglFlush()COPYRIGHTCopyright (C) 1991-2006 Silicon Graphics, Inc. This document is licensed under the SGI Free Software B License. For details, see http://oss.sgi.com/projects/FreeB/. [FIXME: source] 05/30/2012 GLFINISH(3G)