library / com.otaliastudios.opengl.surface

Package com.otaliastudios.opengl.surface

Types

EglOffscreenSurface

open class EglOffscreenSurface : EglSurface

A pbuffer EGL surface.

EglSurface

abstract class EglSurface

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

EglWindowSurface

open class EglWindowSurface : EglSurface

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