Click or drag to resize

RenderContext Methods

The RenderContext type exposes the following members.

Methods
  NameDescription
Public methodDestroy
Destroys this instance.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFinish
Block until all OpenGL execution is complete.
Public methodFlush
Force execution of OpenGL commands in finite time.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodMakeCurrent
Sets the context as the current OpenGL context.
Public methodSwapBuffers
Swaps the OpenGL buffers.
Public methodToString
Format the RenderContext to a String.
(Overrides ObjectToString.)
Public methodUnMakeCurrent
Unset the context as the current OpenGL context.
Top
See Also