GLTextureView.SetEGLContextClientVersion(Int32) Method
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.
Inform the default context factory and default config chooser which context client version to pick.
public void SetEGLContextClientVersion(int version);
Parameters
- version
- Int32
The context client version to choose. Use 2 for OpenGL ES 2.0.
Remarks
If this method is called, it must be called before SetRenderer(GLTextureView+IRenderer) is called.