]> git.tdb.fi Git - libs/gl.git/blobdiff - source/programparser.h
Recognize #version directive in GLSL
[libs/gl.git] / source / programparser.h
index dc94bd0044443bd01ca862584e6784a58da4fb9f..e36604736b9f5cf4dfd28548038b87c371d76834 100644 (file)
@@ -87,6 +87,7 @@ private:
        bool is_identifier(const std::string &);
 
        void preprocess();
+       void preprocess_version();
        void preprocess_pragma();
        void preprocess_pragma_msp();
        void preprocess_stage();