X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fglsl%2Fsyntax.h;h=3518cb4c3e3145b281661aad152be938120cc556;hb=fdf2d162b21f55ad60bfeec2ad98c58356a083c0;hp=66fed6e83f058d83b476d777a45cb43947703c72;hpb=03d9003072e85c934f5624329fb4a34db8763db2;p=libs%2Fgl.git diff --git a/source/glsl/syntax.h b/source/glsl/syntax.h index 66fed6e8..3518cb4c 100644 --- a/source/glsl/syntax.h +++ b/source/glsl/syntax.h @@ -558,6 +558,7 @@ 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); +void add_to_chain(Assignment::Target &, Assignment::Target::ChainType, unsigned); } // namespace SL } // namespace GL