X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fglsl%2Fsyntax.h;h=49699f2ed3811880e5ecbfb0495549379ff41784;hb=7daccf2582084283a9e5064995f674eef835996e;hp=7729611c2a5e2a3d013b2e8a5112391af52ae668;hpb=8799ec430edae1211dcebf9868e5aec58f951dce;p=libs%2Fgl.git diff --git a/source/glsl/syntax.h b/source/glsl/syntax.h index 7729611c..49699f2e 100644 --- a/source/glsl/syntax.h +++ b/source/glsl/syntax.h @@ -108,9 +108,7 @@ struct Block: Node { NodeList body; bool use_braces; - std::map types; std::map variables; - std::map interfaces; Block *parent; Block(); @@ -401,6 +399,8 @@ struct Stage Type type; Stage *previous; Block content; + std::map types; + std::map interface_blocks; std::map locations; Features required_features;