iPhoneOSGameView.GraphicsContext Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the IGraphicsContext instance bound to this iPhoneOSGameView instance.
public OpenTK.Graphics.IGraphicsContext GraphicsContext { get; set; }
member this.GraphicsContext : OpenTK.Graphics.IGraphicsContext with get, set
Property Value
A IGraphicsContext instance bound to this iPhoneOSGameView instance.
Remarks
Unless manually set, GraphicsContext
will be null
until CreateFrameBuffer() has been invoked.