iPhoneOSGameView.EAGLContext Property

Definition

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.

Applies to