javax.microedition.khronos.egl
Interface EGL

All Known Subinterfaces:
EGL10, EGL11, EGL12, EGL13

public interface EGL

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.

Since:
BlackBerry API 5.0.0






Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal