]> git.tdb.fi Git - libs/gl.git/blobdiff - source/glsl/syntax.h
Even more validation for uniform mismatches
[libs/gl.git] / source / glsl / syntax.h
index d69922a7df1d4b349e3ea6747c46f3b478a6f267..597a48e4b39bf47f8e78c9b781006238a071a167 100644 (file)
@@ -552,6 +552,7 @@ struct Module
 std::string get_unused_variable_name(const Block &, const std::string &);
 
 bool is_same_type(const TypeDeclaration &, const TypeDeclaration &);
+int get_layout_value(const Layout &, const std::string &, int = -1);
 
 } // namespace SL
 } // namespace GL