Click or drag to resize

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)
Syntax
public static void Finish()
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