From: Mikko Rasa Date: Sun, 22 Apr 2018 08:35:46 +0000 (+0300) Subject: Allow direct access to AnimatedObject's ProgramData X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=d093b45975eb03b07680711ce982ad634a50fba3;hp=d093b45975eb03b07680711ce982ad634a50fba3;p=libs%2Fgl.git Allow direct access to AnimatedObject's ProgramData The animation-related set_uniform interface was already public so there isn't any good reason to not allow full access. This also makes trivial customization easier as subclassing is not needed. ---