EglConfigChooser |
Helper for GLSurfaceView.setEGLConfigChooser, plus some handy methods for configs. object EglConfigChooser : EglNativeConfigChooser |
EglContextFactory |
Helper for GLSurfaceView.setEGLContextFactory. object EglContextFactory |
EglCore |
Core EGL state (display, context, config). The EGLContext must only be attached to one thread at a time. This class is not thread-safe. class EglCore : EglNativeCore |
EglNativeConfigChooser |
open class EglNativeConfigChooser |
EglNativeCore |
open class EglNativeCore |
Egloo |
Contains static utilities for EGL and GLES. object Egloo |
GlBindable |
interface GlBindable |
GlViewportAware |
abstract class GlViewportAware |
use |
fun GlBindable.use(block: () -> Unit): Unitfun use(vararg bindables: GlBindable, block: () -> Unit): Unit |