EGLContextWrapper

class EGLContextWrapper : AutoCloseable

A wrapper for EGL context.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun close()

Destroys this EGL context.

Link copied to clipboard
fun createOffscreenSurface(width: Int, height: Int): EGLOffscreenSurfaceWrapper

Returns a wrapper for offscreen EGL surface.

Properties

Link copied to clipboard
val gl: GL

OpenGL interface using this EGL context.