EGLConfigChooser

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

interface EGLConfigChooser

Functions

chooseConfig
Link copied to clipboard

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.

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