]> git.tdb.fi Git - libs/gl.git/blobdiff - source/technique.h
Support collectionless loading of Technique and RenderPass
[libs/gl.git] / source / technique.h
index ce12b4f41f0e765c24705f5c94f5d0914c7661c4..6633ad7d6e80abe370aba33838f8ff1062892833 100644 (file)
@@ -25,9 +25,11 @@ public:
        class Loader: public Msp::DataFile::CollectionObjectLoader<Technique>
        {
        public:
+               Loader(Technique &);
                Loader(Technique &, Collection &);
 
        private:
+               void init();
                void inherit(const std::string &);
                void pass(const std::string &);
        };