OpenTK.Graphics.GraphicsContext: Method Members

The methods of OpenTK.Graphics.GraphicsContext are listed below. For a list of all members, see the GraphicsContext Members list.

See Also: Inherited members from System.Object

Public Methods

static
Assert()
Checks if a GraphicsContext exists in the calling thread and throws a GraphicsContextMissingException if it doesn't.
static
CreateDummyContext() : Xamarin.iOS.dll=OpenTK.Graphics.GraphicsContext
Documentation for this section has not yet been entered.
static
CreateDummyContext(Xamarin.iOS.dll=OpenTK.ContextHandle) : Xamarin.iOS.dll=OpenTK.Graphics.GraphicsContext
Documentation for this section has not yet been entered.
Dispose()
Disposes of the GraphicsContext.
override
Equals(object) : bool
Documentation for this section has not yet been entered.
Finalize()
Documentation for this section has not yet been entered.
override
GetHashCode() : int
Documentation for this section has not yet been entered.
LoadAll()
Documentation for this section has not yet been entered.
MakeCurrent(Xamarin.iOS.dll=OpenTK.Platform.IWindowInfo)
Makes the GraphicsContext the current rendering target.
SwapBuffers()
Swaps buffers on a context. This presents the rendered scene to the user.
override
ToString() : string
Documentation for this section has not yet been entered.
Update(Xamarin.iOS.dll=OpenTK.Platform.IWindowInfo)
Updates the graphics context. This must be called when the render target is resized for proper behavior on Mac OS X.