]> git.tdb.fi Git - libs/gl.git/blobdiff - source/glsl/syntax.h
Support layout qualifiers on GLSL interface blocks
[libs/gl.git] / source / glsl / syntax.h
index f7c8ed29cedc09229be11f5ce774d78f67107ee3..1caf4d9568c10f5b3c45faed04fd25cab14a606b 100644 (file)
@@ -429,6 +429,7 @@ struct VariableDeclaration: Statement
 
 struct InterfaceBlock: Statement
 {
 
 struct InterfaceBlock: Statement
 {
+       NodePtr<Layout> layout;
        std::string interface;
        std::string block_name;
        NodePtr<Block> members;
        std::string interface;
        std::string block_name;
        NodePtr<Block> members;