From: Mikko Rasa Date: Tue, 13 Apr 2021 20:53:43 +0000 (+0300) Subject: Add a registry-based generic loader to Scene X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=83ab54cf1339fcac560daa90496e6d4e956f7367;hp=83ab54cf1339fcac560daa90496e6d4e956f7367;p=libs%2Fgl.git Add a registry-based generic loader to Scene This is rather similar to the one in Material, but there's just enough differences and template complications that it isn't trivial to abstract. ---