Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 2.54 KB

bluebox.md

File metadata and controls

27 lines (15 loc) · 2.54 KB

OpenGL ES 1.1 at a glance

OpenGL ES 1.1 is derived from desktop OpenGL 1.5 and emphasizes hardware acceleration of the API, but is fully backwards compatible with OpenGL ES 1.0. OpenGL ES 1.1 provides enhanced functionality, improved image quality and optimizations to increase performance while reducing memory bandwidth usage to save power.

OpenGL ES 1.1 and OpenGL ES 1.1 Extension Pack

For fixed function hardware: OpenGL ES 1.1 is defined relative to the OpenGL 1.5 specification and emphasizes hardware acceleration of the API, but is fully backwards compatible with 1.0. It provides enhanced functionality, improved image quality and optimizations to increase performance while reducing memory bandwidth usage to save power. The OpenGL ES 1.1 Extension Pack is a collection of optional extensions added to OpenGL ES 1.1 that reduced variability and bring significant improvements in image quality and performance. Learn More...

OpenGL ES 1.1 Extension Pack at a glance

The OpenGL ES 1.1 Extension Pack is a collection of optional extensions added to OpenGL ES 1.1 to reduce variability for easier application porting and add enhanced functionality including cube maps, frame buffer objects, larger matrix palettes, and enhanced texturing and stencil modes.

OpenGL ES 1.0 at a glance

OpenGL ES 1.0 is defined relative to the OpenGL 1.3 specification and emphasizes enabling software rendering and basic hardware acceleration.

The old OpenGL ES 1.0 and EGL 1.0 Reference Manual is obsolete and has been removed. Please use the OpenGL ES 1.1 Online Manual Pages instead.