The members of OpenTK.Graphics.IGraphicsContext are listed below.
| ErrorChecking | bool. Gets or sets a System.Boolean, indicating whether automatic error checking should be performed. | |
| [read-only] | GraphicsMode | Xamarin.iOS.dll=OpenTK.Graphics.GraphicsMode. Gets the GraphicsMode of this instance. |
| [read-only] | IsCurrent | bool. Gets a bool indicating whether this instance is current in the calling thread. |
| [read-only] | IsDisposed | bool. Gets a bool indicating whether this instance has been disposed. It is an error to access any instance methods if this property returns true. |
| SwapInterval | int. Documentation for this section has not yet been entered. | |
| VSync | bool. Gets or sets a value indicating whether VSyncing is enabled. |
LoadAll()Documentation for this section has not yet been entered. | ||
MakeCurrent(Xamarin.iOS.dll=OpenTK.Platform.IWindowInfo)Makes the GraphicsContext current in the calling thread. | ||
SwapBuffers()Swaps buffers, presenting the rendered scene to the user. | ||
Update(Xamarin.iOS.dll=OpenTK.Platform.IWindowInfo)Updates the graphics context. This must be called when the region the graphics context is drawn to is resized. | ||