1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-06 01:10:23 +00:00
QB64-PE/internal/help/_glFinish.txt

30 lines
793 B
Plaintext
Raw Normal View History

'''_glFinish:''' block until all GL execution is complete
{{PageSyntax}}
SUB _glFinish
void '''_glFinish'''({{Parameter|void}});
{{PageDescription}}
'''_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.
{{PageNotes}}
'''_glFinish''' requires a round trip to the server.
{{PageSeeAlso}}
2021-01-04 18:45:32 +00:00
[[_GL|SUB _GL]]
{{KW|_glFlush}}, {{KW|_glFenceSync}}, {{KW|_glWaitSync}}, {{KW|_glClientWaitSync}}
{{PageCopyright}}
2019-04-15 01:15:33 +00:00
Copyright 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/ http://oss.sgi.com/projects/FreeB/].