Quote Originally Posted by Brainer
This was put in the "Deprecation Model" section, which means these functions are marked deprecated. If so, does that mean that, for example, the glLoadIdentity procedure is old, too and shouldn't be used? How do I replace it then?
Afaik the new way is to send the transformation matrices to the GLSL shaders and using the shaders to transform the geometry.