I am trying to learn OpenGL on the iPhone using the “Super Bible” but am having trouble porting from OpenGLto OpenGL ES. My understanding is that the glRectf() function is not available in the latter. What is the substitute approach? Any relevant conceptual information would be appreciated as well.
I am trying to learn OpenGL on the iPhone using the Super Bible but
Share
The substitute approach is to draw a triangle strip:
This draws a textured rectangle with width
wand heighth.