chooseConfig

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

Return

the chosen configuration.

Parameters

display

the current display.

egl

the EGL10 for the current display.

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