X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fglsl%2Fsyntax.h;h=95c15ac069046644e92df976f3e38c5a596d0edb;hb=6997ed1c07c382c0f66c57c080934ad53e1d3713;hp=8567555a5d342ef6dfadeab58627fa2ccc0e2ef8;hpb=ba55832910f04b90695da360b5889fa85e83c1e1;p=libs%2Fgl.git diff --git a/source/glsl/syntax.h b/source/glsl/syntax.h index 8567555a..95c15ac0 100644 --- a/source/glsl/syntax.h +++ b/source/glsl/syntax.h @@ -555,6 +555,7 @@ std::string get_unused_variable_name(const Block &, const std::string &); 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 &); } // namespace SL } // namespace GL