EGLOffscreenSurfaceWrapper

class EGLOffscreenSurfaceWrapper(    egl: EGL10,     eglDisplay: EGLDisplay,     eglContext: EGLContext,     eglSurface: EGLSurface) : AutoCloseable

A wrapper for offscreen EGL surface.

Constructors

Link copied to clipboard
fun EGLOffscreenSurfaceWrapper(    egl: EGL10,     eglDisplay: EGLDisplay,     eglContext: EGLContext,     eglSurface: EGLSurface)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun close()

Destroys this EGL surface.