library / com.otaliastudios.opengl.core / EglConfigChooser

EglConfigChooser

object EglConfigChooser : EglNativeConfigChooser

Helper for GLSurfaceView.setEGLConfigChooser, plus some handy methods for configs.

Properties

GLES2

val GLES2: <ERROR CLASS>

GLES3

val GLES3: <ERROR CLASS>

Functions

getConfig

Finds a suitable EGLConfig by querying EGL14.

fun getConfig(display: <ERROR CLASS>, version: Int, recordable: Boolean): <ERROR CLASS>?