OpenGL Zen
May 9th, 2010
When optimizing OpenGL code for performance, your primary task is to minimize the number of times you push, pop and manipulate the GL_MODELVIEW matrix per frame. Consider geometry batching and texture atlases only as a means to this end.