Package graphics.glimpse.offscreen.egl

EGL wrappers for offscreen rendering.

Types

Link copied to clipboard
data class EGLConfigSpec(    val colorChannelBits: Int,     val depthBits: Int,     val stencilBits: Int)

EGL config specification.

Link copied to clipboard
class EGLConfigWrapper

A wrapper for EGL config.

Link copied to clipboard
class EGLContextWrapper : AutoCloseable

A wrapper for EGL context.

Link copied to clipboard
class EGLDisplayWrapper

A wrapper for EGL display.

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

A wrapper for offscreen EGL surface.

Link copied to clipboard
class EGLWrapper

A wrapper for EGL interface.