library / com.otaliastudios.opengl.core / GlBindable

GlBindable

interface GlBindable

Functions

bind

abstract fun bind(): Unit

unbind

abstract fun unbind(): Unit

Extension Functions

use

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

Inheritors

GlFramebuffer

class GlFramebuffer : GlBindable

GlTexture

class GlTexture : GlBindable