EGLContextWrapper

class EGLContextWrapper : AutoCloseable

A wrapper for EGL context.

Types

Companion
Link copied to clipboard
object Companion

Functions

close
Link copied to clipboard
open override fun close()
Destroys this EGL context.
createOffscreenSurface
Link copied to clipboard
fun createOffscreenSurface(width: Int, height: Int): EGLOffscreenSurfaceWrapper
Returns a wrapper for offscreen EGL surface.

Properties

gl
Link copied to clipboard
val gl: GL
OpenGL interface using this EGL context.