ly.img.android.opengl.egl / EGLConfigChooser / chooseConfig

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 consult the EGL specification available from The Khronos Group to learn how to call eglChooseConfig.

Parameters

egl - EGL10!: the EGL10 for the current display.

display - EGLDisplay!: the current display.

Return
EGLConfig!: the chosen configuration.