]> git.tdb.fi Git - libs/gl.git/blobdiff - source/glsl/output.h
Don't omit builtins when formatting a single node
[libs/gl.git] / source / glsl / output.h
index 58983fcab68176faff98ed7666ff4c9aa6891d3b..0a506a5d9e15b2080a392eb5ef628730683d9de7 100644 (file)
@@ -19,6 +19,7 @@ private:
        unsigned source_line;
        unsigned indent;
        bool parameter_list;
+       bool omit_builtin;
 
 public:
        Formatter();