Package com.otaliastudios.opengl.core

Types

EglConfigChooser
Link copied to clipboard
object EglConfigChooser : EglNativeConfigChooser
Helper for GLSurfaceView.setEGLConfigChooser, plus some handy methods for configs.
EglContextFactory
Link copied to clipboard
object EglContextFactory
EglCore
Link copied to clipboard
common
class EglCore : EglNativeCore
EglNativeConfigChooser
Link copied to clipboard
common
open class EglNativeConfigChooser
EglNativeCore
Link copied to clipboard
common
open class EglNativeCore
Egloo
Link copied to clipboard
common
object Egloo
Contains static utilities for EGL and GLES.
GlBindable
Link copied to clipboard
common
interface GlBindable
GlViewportAware
Link copied to clipboard
common
abstract class GlViewportAware

Functions

use
Link copied to clipboard
common
fun GlBindable.use(block: () -> Unit)
fun use(vararg bindables: GlBindable, block: () -> Unit)