X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fglsl%2Fsyntax.h;fp=source%2Fglsl%2Fsyntax.h;h=499779d91faf2e162a2b47ef0b48ca8ab88fed84;hb=ea844415db7fb7705ecbfea9cf27df2a8f00b802;hp=95c15ac069046644e92df976f3e38c5a596d0edb;hpb=3fe1aab63922eec99d8bf6fd4fd60bec10df173c;p=libs%2Fgl.git diff --git a/source/glsl/syntax.h b/source/glsl/syntax.h index 95c15ac0..499779d9 100644 --- a/source/glsl/syntax.h +++ b/source/glsl/syntax.h @@ -552,7 +552,7 @@ struct Module }; std::string get_unused_variable_name(const Block &, const std::string &); - +const TypeDeclaration *get_ultimate_base_type(const TypeDeclaration *); int get_layout_value(const Layout &, const std::string &, int = -1); void add_to_chain(Assignment::Target &, Assignment::Target::ChainType, unsigned); bool targets_overlap(const Assignment::Target &, const Assignment::Target &);