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
static | Assert()Checks if a GraphicsContext exists in the calling thread and throws a GraphicsContextMissingException if it doesn't. | |
static | CreateDummyContext()Documentation for this section has not yet been entered. | |
static | CreateDummyContext(Xamarin.iOS.dll=OpenTK.ContextHandle)Documentation for this section has not yet been entered. | |
Dispose()Disposes of the GraphicsContext. | ||
override | Equals(object)Documentation for this section has not yet been entered. | |
Finalize()Documentation for this section has not yet been entered. | ||
override | GetHashCode()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()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. | ||