From: Mikko Rasa Date: Thu, 13 Nov 2014 21:43:05 +0000 (+0200) Subject: Add a new transform API to Renderer. X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;ds=sidebyside;h=6db6b7e49848e6bbc14f3ec8113ee5a941e4af07;hp=6db6b7e49848e6bbc14f3ec8113ee5a941e4af07;p=libs%2Fgl.git Add a new transform API to Renderer. Accessing the matrix stack directly is unsafe as it allows the caller to push and pop on it independently of Renderer states. ---