RenderContext Methods |
The RenderContext type exposes the following members.
| Name | Description | |
|---|---|---|
| Destroy |
Destroys this instance.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finish |
Block until all OpenGL execution is complete.
| |
| Flush |
Force execution of OpenGL commands in finite time.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MakeCurrent |
Sets the context as the current OpenGL context.
| |
| SwapBuffers |
Swaps the OpenGL buffers.
| |
| ToString |
Format the RenderContext to a String.
(Overrides ObjectToString.) | |
| UnMakeCurrent |
Unset the context as the current OpenGL context.
|