]> git.tdb.fi Git - libs/gl.git/blobdiff - source/glsl/syntax.h
Rename InterfaceBlock::name to block_name for clarity
[libs/gl.git] / source / glsl / syntax.h
index 9bc3c5a872e865ea9f6506bfcc4d1ba04524144e..f7c8ed29cedc09229be11f5ce774d78f67107ee3 100644 (file)
@@ -430,7 +430,7 @@ struct VariableDeclaration: Statement
 struct InterfaceBlock: Statement
 {
        std::string interface;
-       std::string name;
+       std::string block_name;
        NodePtr<Block> members;
        std::string instance_name;
        bool array;