]> git.tdb.fi Git - libs/gl.git/blobdiff - source/glsl/output.h
Always use member access for interface blocks, even anonymous ones
[libs/gl.git] / source / glsl / output.h
index 6bdb1ab76d054ce64d7fd250590ebc44c762f41b..ef9369876b46c00221ad6e33093c6e76153fee93 100644 (file)
@@ -20,6 +20,7 @@ private:
        unsigned indent;
        bool parameter_list;
        bool omit_builtin;
+       bool r_empty_name;
 
 public:
        Formatter();