Does iPad or iPhone support OpenGL ES 2.0? How about iPhone os 4.0. Is this supported by the OS or the hardware?

And can anyone recommend some books on OpenGL ES development on iPad or iPhone?

Thanks!

link|improve this question

79% accept rate
feedback

1 Answer

up vote 9 down vote accepted

Yes, iPhone 3GS, 3rd generation iPod touch, and iPad all support OpenGL ES 2.0 (e.g. shaders and programmable pipeline).

iPhone OS provides the required software APIs and dependencies and the hardware graphics chip supports the required functionality too.

link|improve this answer
Any recommendation for books? – sza May 9 '10 at 22:16
@Siegfried: Not a particular one. If you're familiar with OpenGL, it's easy to get going with OpenGL ES with the docs. – Mehrdad Afshari May 9 '10 at 22:18
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.