EGLConfigChooser

An interface for choosing an EGLConfig configuration from a list of potential configurations.

This interface must be implemented by clients wishing to call setEGLConfigChooser.

Functions

Link copied to clipboard
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.