]> git.tdb.fi Git - libs/gl.git/blobdiff - source/programsyntax.h
Add a module for builtin interface variables
[libs/gl.git] / source / programsyntax.h
index cbce078e2d65c1eb74bb9985fa2639c4bc525326..88f333ac1559d2e662dbaeca7903aecfbdbfa1ed 100644 (file)
@@ -204,6 +204,8 @@ struct InterfaceBlock: Node
        std::string interface;
        std::string name;
        Block members;
+       std::string instance_name;
+       bool array;
 
        InterfaceBlock();