johnbakers
johnbakers

Reputation: 24750

Which iOS devices support which version of Open GL ES

Apple's documentation here doesn't provide specifics, unfortunately. Anyone know of a good list of which iOS devices and which versions of iOS support which version of Open GL ES?

Upvotes: 3

Views: 989

Answers (1)

TaylorP
TaylorP

Reputation: 1039

All iDevices can run OpenGL ES 1.0.

OpenGL ES 2.0 is support on both iPad versions, the iPhone 3GS or later, and iPod Touch 3rd generation and later.

As far as iOS versions go, ES 2.0 support was added to iOS 3.x and higher, but only on devices that support it of course.

Upvotes: 7

Related Questions