Package-level declarations

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

A wrapper for EGL config.

Link copied to clipboard

A wrapper for EGL context.

Link copied to clipboard

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

A wrapper for EGL interface.