 | glFinish Method |
Block until all GL execution is complete.
Namespace:
Ooogles
Assembly:
Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static void Finish()
public:
static void Finish()
static member Finish : unit -> unit
Remarks
This method does not return until the effects of all previously called GL commands are complete.
Such effects include all changes to GLstate, all changes to connection state, and all changes to the frame buffer contents.
Note: Finish requires a round trip to the server.
OpenGL API: glFinish
See Also