Edit

GLTextureView.SetEGLContextClientVersion(Int32) Method

Definition

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.

Applies to