Package com.otaliastudios.opengl.surface

Types

EglNativeSurface
Link copied to clipboard
common
open class EglNativeSurface
EglNativeWindowSurface
Link copied to clipboard
common
abstract class EglNativeWindowSurface : EglSurface
EglOffscreenSurface
Link copied to clipboard
common
open class EglOffscreenSurface(eglCore: EglCore, width: Int, height: Int) : EglSurface
A pbuffer EGL surface.
EglSurface
Link copied to clipboard
common
abstract class EglSurface : EglNativeSurface
EglWindowSurface
Link copied to clipboard
common
open class EglWindowSurface : EglNativeWindowSurface