OpenGLES Collection
The components within the OpenGLES collection provide access to
OpenGL ES on the Symbian platform. OpenGL ES, an open standard developed by
the Khronos Group, provides an API for 2D and 3D graphics on embedded systems,
such as smartphones.
Variant: ScreenPlay and non-ScreenPlay.
- OpenGLES
Collection Overview
OpenGL ES is a cross-platform API for 2D and 3D graphics on embedded
systems. It consists of a subset of desktop OpenGL, which is a widely adopted
2D and 3D graphics API, creating a low-level interface between software and
graphics acceleration. OpenGL ES includes profiles for floating-point and
fixed-point systems and the EGL specification for portably binding to native
windowing systems.
- OpenGLES Interface
Component
The OpenGLES Interface component provides a consistent interface
to OpenGL ES on the Symbian platform, and enables users and providers of OpenGL
ES to be binary compatible. OpenGL ES is an open standard developed by the
Khronos Group.
Related concepts