Difference between revisions of "GLAPI/glFinish"
< GLAPI
Jump to navigation
Jump to search
m (Bot: Adding better formatting.) |
JeffKhronos (talk | contribs) |
||
Line 24: | Line 24: | ||
== Copyright == | == Copyright == | ||
− | Copyright © 1991-2006 Silicon Graphics, Inc. This document is licensed under the SGI Free Software B License. For details, see [ | + | Copyright © 1991-2006 Silicon Graphics, Inc. This document is licensed under the SGI Free Software B License. For details, see [https://khronos.org/registry/OpenGL-Refpages/LICENSES/LicenseRef-FreeB.txt LicenseRef-FreeB]. |
[[Category:Core API Reference|Finish]] | [[Category:Core API Reference|Finish]] | ||
[[Category:Core API Ref Synchronization|Finish]] | [[Category:Core API Ref Synchronization|Finish]] |
Latest revision as of 21:39, 5 February 2021
Core in version | 4.6 | |
---|---|---|
Core since version | 1.0 |
glFinish: block until all GL execution is complete
Function Definition
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.
See Also
glFlush, glFenceSync, glWaitSync, glClientWaitSync
Copyright
Copyright © 1991-2006 Silicon Graphics, Inc. This document is licensed under the SGI Free Software B License. For details, see LicenseRef-FreeB.