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)
Content copied to clipboard
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
Content copied to clipboard
A wrapper for offscreen EGL surface.
Link copied to clipboard
A wrapper for EGL interface.