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.
Last Modified: 12-APR-00