]> git.tdb.fi Git - libs/gl.git/blobdiff - source/glsl/compiler.h
Reduce coupling between the GLSL compiler and the graphics engine
[libs/gl.git] / source / glsl / compiler.h
index 6564d50ae42d1213eb6f0b90582973a3efe4d003..8340aa6d817bf426caa495eb981944092b9bf256 100644 (file)
@@ -21,11 +21,13 @@ public:
        };
 
 private:
+       Features features;
        Module *module;
        std::vector<std::string> imported_names;
 
 public:
        Compiler();
+       Compiler(const Features &);
        ~Compiler();
 
 private: