iPhoneOSGameView.EAGLContext 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.
The EAGLContext bound to the GraphicsContext.
public OpenGLES.EAGLContext EAGLContext { get; }
member this.EAGLContext : OpenGLES.EAGLContext
Property Value
A EAGLContext which is bound to the GraphicsContext.
Exceptions
The instance has had Dispose(Boolean) invoked on it.
Remarks
EAGLContext
will be null
until CreateFrameBuffer() has been invoked.