]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/module.h
Use specially created features when compiling modules from GLSL
[libs/gl.git] / source / core / module.h
index a480b6139426efaeeb7287566d8bbdc1f2891690..16e07053ea4abd427fac950b0b09da2bb89c6ac9 100644 (file)
@@ -58,6 +58,8 @@ public:
 
 private:
        virtual void compile(SL::Compiler &) = 0;
+
+       SL::Features create_features() const;
 };
 
 /**