chooseConfig

abstract fun chooseConfig(egl: EGL10?, display: EGLDisplay?): EGLConfig

Choose a configuration from the list. Implementors typically implement this method by calling EGL10.eglChooseConfig and iterating through the results. Please check the EGL specification available from the Khronos Group to learn how to call eglChooseConfig.

Return

the chosen configuration.

Parameters

egl

the EGL10 for the current display.

display

the current display.