]> git.tdb.fi Git - libs/gl.git/blobdiff - source/technique.h
Remove non-OO access to blending
[libs/gl.git] / source / technique.h
index cc81b53120d3d9c408964902d8727d5bc0edd012..6633ad7d6e80abe370aba33838f8ff1062892833 100644 (file)
@@ -8,7 +8,7 @@ Distributed under the LGPL
 #ifndef TECHNIQUE_H_
 #define TECHNIQUE_H_
 
-#include "objectpass.h"
+#include "renderpass.h"
 
 namespace Msp {
 namespace GL {
@@ -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 &);
        };