Edit

GLTextureView.IEGLConfigChooser.ChooseConfig(IEGL10, EGLDisplay) Method

Definition

Choose a configuration from the list.

public Javax.Microedition.Khronos.Egl.EGLConfig ChooseConfig(Javax.Microedition.Khronos.Egl.IEGL10 egl, Javax.Microedition.Khronos.Egl.EGLDisplay display);

Parameters

egl
IEGL10

The EGL interface.

display
EGLDisplay

The EGL display.

Returns

Returns the selected EGL config.

Applies to