]> git.tdb.fi Git - libs/gl.git/blobdiff - source/glsl/syntax.h
Validate location overlap and type matching for GLSL interfaces
[libs/gl.git] / source / glsl / syntax.h
index 1caf4d9568c10f5b3c45faed04fd25cab14a606b..d69922a7df1d4b349e3ea6747c46f3b478a6f267 100644 (file)
@@ -551,6 +551,8 @@ struct Module
 
 std::string get_unused_variable_name(const Block &, const std::string &);
 
+bool is_same_type(const TypeDeclaration &, const TypeDeclaration &);
+
 } // namespace SL
 } // namespace GL
 } // namespace Msp