library / com.otaliastudios.opengl.core

Package com.otaliastudios.opengl.core

Types

EglConfigChooser

object EglConfigChooser

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

EglContextFactory

object EglContextFactory

Helper for GLSurfaceView.setEGLContextFactory.

EglCore

class 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.

Egloo

object Egloo

Contains static utilities for EGL and GLES.

GlBindable

interface GlBindable

GlViewportAware

abstract class GlViewportAware

Functions

use

fun GlBindable.use(block: () -> Unit): Unit