X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fglsl%2Fsyntax.h;h=597a48e4b39bf47f8e78c9b781006238a071a167;hb=8f5f54a9e165dae424e5b0bb8e488c3d01849bf6;hp=1caf4d9568c10f5b3c45faed04fd25cab14a606b;hpb=c315e77b7791fe92d42e1566b5adaddf2699a758;p=libs%2Fgl.git diff --git a/source/glsl/syntax.h b/source/glsl/syntax.h index 1caf4d95..597a48e4 100644 --- a/source/glsl/syntax.h +++ b/source/glsl/syntax.h @@ -551,6 +551,9 @@ 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 } // namespace Msp