object EglConfigChooser : EglNativeConfigChooser
Helper for GLSurfaceView.setEGLConfigChooser, plus some handy methods for configs.
GLES2 |
val GLES2: <ERROR CLASS> |
GLES3 |
val GLES3: <ERROR CLASS> |
getConfig |
Finds a suitable EGLConfig by querying EGL14. fun getConfig(display: <ERROR CLASS>, version: Int, recordable: Boolean): <ERROR CLASS>? |