OpenTK.Platform.iPhoneOS.iPhoneOSGraphicsContext Members

The members of OpenTK.Platform.iPhoneOS.iPhoneOSGraphicsContext are listed below.

See Also: Inherited members from System.Object

Public Properties

[read-only]
EAGLContextXamarin.iOS.dll=OpenGLES.EAGLContext. Gets the OpenGLES.EAGLContext.
ErrorCheckingbool. Whether automatic error checking should be performed on GL calls.
[read-only]
GraphicsModeXamarin.iOS.dll=OpenTK.Graphics.GraphicsMode. The format for graphics operations.
[read-only]
IsCurrentbool. Gets a value indicating whether this graphics context is the current graphics context.
[read-only]
IsDisposedbool. Documentation for this section has not yet been entered.
VSyncbool. This member is not supported.

Public Methods

Dispose()
Releases all resources used by the OpenTK.Platform.iPhoneOS.iPhoneOSGraphicsContext.
Finalize()
Releases unmanaged resources.
MakeCurrent(Xamarin.iOS.dll=OpenTK.Platform.IWindowInfo)
Makes this graphics context the current context in the calling thread.
SwapBuffers()
Swap buffers, presenting the rendered scene to the user.
Update(Xamarin.iOS.dll=OpenTK.Platform.IWindowInfo)
This member is not supported.

Protected Methods

Dispose(bool)
Releases all resources used by the OpenTK.Platform.iPhoneOS.iPhoneOSGraphicsContext.

Explicitly Implemented Interface Members

[read-only]
OpenTK.Graphics.IGraphicsContextInternal.ContextXamarin.iOS.dll=OpenTK.ContextHandle. Gets a handle to the current OpenGL rendering context.
OpenTK.Graphics.IGraphicsContextInternal.GetAddressGets the address of an OpenGL extension function.
[read-only]
OpenTK.Graphics.IGraphicsContextInternal.ImplementationXamarin.iOS.dll=OpenTK.Graphics.IGraphicsContext. Get the internal implementation of the current instance.
OpenTK.Graphics.IGraphicsContext.LoadAllDocumentation for this section has not yet been entered.
OpenTK.Graphics.IGraphicsContextInternal.LoadAllPrepares the entry points for OpenGL.
OpenTK.Graphics.IGraphicsContext.SwapIntervalint. Documentation for this section has not yet been entered.