From: Mikko Rasa Date: Wed, 15 Oct 2014 21:12:32 +0000 (+0300) Subject: Delay loading matrices until they are needed X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;ds=sidebyside;h=f1034ec02beee2a497644fd91e680fd51ee1b5ac;hp=f1034ec02beee2a497644fd91e680fd51ee1b5ac;p=libs%2Fgl.git Delay loading matrices until they are needed If all renderables use modern shaders, it's not necessary to touch the system matrix stacks at all. OpenGL ES 2.0 and OpenGL 3.0 core do not even have system matrix stacks. ---