X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fglsl%2Fsyntax.h;fp=source%2Fglsl%2Fsyntax.h;h=1caf4d9568c10f5b3c45faed04fd25cab14a606b;hp=f7c8ed29cedc09229be11f5ce774d78f67107ee3;hb=c315e77b7791fe92d42e1566b5adaddf2699a758;hpb=d8bdf61007978e2c3670a22a58e2f105e8347537 diff --git a/source/glsl/syntax.h b/source/glsl/syntax.h index f7c8ed29..1caf4d95 100644 --- a/source/glsl/syntax.h +++ b/source/glsl/syntax.h @@ -429,6 +429,7 @@ struct VariableDeclaration: Statement struct InterfaceBlock: Statement { + NodePtr layout; std::string interface; std::string block_name; NodePtr members;