library / com.otaliastudios.opengl.surface

Package com.otaliastudios.opengl.surface

Types

EglNativeSurface

open class EglNativeSurface

EglNativeWindowSurface

abstract class EglNativeWindowSurface : EglSurface

EglOffscreenSurface

A pbuffer EGL surface.

open class EglOffscreenSurface : EglSurface

EglSurface

Common base class for EGL surfaces. There can be multiple base surfaces associated with a single EglCore object.

abstract class EglSurface : EglNativeSurface

EglWindowSurface

Recordable EGL window surface. It's good practice to explicitly release() the surface, preferably from a finally block.

open class EglWindowSurface : EglNativeWindowSurface