open class EglOffscreenSurface : EglSurface
A pbuffer EGL surface. |
|
abstract class EglSurface
Common base class for EGL surfaces. There can be multiple base surfaces associated with a single EglCore object. |
|
open class EglWindowSurface : EglSurface
Recordable EGL window surface. It's good practice to explicitly release() the surface, preferably from a finally block. |