EGLOffscreenSurfaceWrapper

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

A wrapper for offscreen EGL surface.

Constructors

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

Types

Companion
Link copied to clipboard
object Companion

Functions

close
Link copied to clipboard
open override fun close()
Destroys this EGL surface.