GLOffscreenAutoDrawableWrapper

class GLOffscreenAutoDrawableWrapper : AutoCloseable

Offscreen OpenGL drawable wrapper.

Types

Companion
Link copied to clipboard
object Companion

Functions

close
Link copied to clipboard
open override fun close()
Destroys drawable contained in this wrapper.
initialize
Link copied to clipboard
fun initialize()
Initializes drawable contained in this wrapper.

Properties

gl
Link copied to clipboard
val gl: GL2ES2
OpenGL interface for this drawable wrapper.