Number of Guaranteed Matrixes in OpenGL

Por: Mat Duafala

Resumen: How many matrixes am I guaranteed to have in an OpenGL implementation?

Question:

How many matrixes am I guaranteed to have in an OpenGL implementation?

Answer:

In any OpenGL implementation you are guaranteed to have at least 32-entry modelview matrix stack, a 2-entry projection matrix stack, and a 2-entry texture matrix stack. You may have many more to play with, but you can only be guaranteed that many.


Respuesta del Servidor desde: ETNASC04