X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fglsl%2Fsyntax.h;h=d69922a7df1d4b349e3ea6747c46f3b478a6f267;hb=20a86c5905e1f7527d3c9edc3f56f6b7679c268a;hp=1caf4d9568c10f5b3c45faed04fd25cab14a606b;hpb=1c2c36f1342df84ff195d8c58347c5e875590e0e;p=libs%2Fgl.git diff --git a/source/glsl/syntax.h b/source/glsl/syntax.h index 1caf4d95..d69922a7 100644 --- a/source/glsl/syntax.h +++ b/source/glsl/syntax.h @@ -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