library / com.otaliastudios.opengl.core

Package com.otaliastudios.opengl.core

Types

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

Functions

use

fun GlBindable.use(block: () -> Unit): Unit
fun use(vararg bindables: GlBindable, block: () -> Unit): Unit