views:

38

answers:

1
+2  Q: 

glGenLists and iOS

It is possible use Display Lists (glGenLists) on iOS? I'm doing some openGL ES for iPhone platform and I want gain more performance so i think that Display List was a good idea.

+3  A: 

I fear they are not, at least not in OpenGl ES specification 1.0

5.4 Display Lists

Display lists are not supported. Display lists are used by many applications—sometimes to achieve better performance and sometimes for convenience. The implementation complexity associated with display lists is too large for the implementation targets envisioned for this profile. q

sum1stolemyname