iPhoneOSGameView.ContextRenderingApi 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 or sets the OpenGLES version that will be used with GraphicsContext.
public OpenGLES.EAGLRenderingAPI ContextRenderingApi { get; set; }
member this.ContextRenderingApi : OpenGLES.EAGLRenderingAPI with get, set
Property Value
A EAGLRenderingAPI value which specifies the OpenGLES version that will be used with GraphicsContext.
Exceptions
ContextRenderingApi can't be set after GraphicsContext has been created.
The instance has had Dispose(Boolean) invoked on it.
Remarks
This property must be set before CreateFrameBuffer() is invoked. No default is provided.