| The EGL interface is the parent interface for
the Java(TM) programming language bindings for EGL 1.0,
1.1, and extensions.
An EGL object is obtained by calling
EGLContext.getEGL() . The returned object may implement
the EGL10 interface only (if the underlying EGL implementation only
supports EGL 1.0), or it may additionally implement the EGL11
interface (if the underlying implementation supports EGL 1.1).
See the EGL10 and EGL11 interfaces
for more specific documentation.
|