]> git.tdb.fi Git - libs/gl.git/blobdiff - source/glsl/validate.h
Check the flat qualifier from the correct member
[libs/gl.git] / source / glsl / validate.h
index f562043576e0b8db285b3a9d2a821c78977979c3..3166c39bf9bd304c15067c77984e089fd417b22a 100644 (file)
@@ -47,6 +47,7 @@ private:
        bool have_input_primitive = false;
        bool have_output_primitive = false;
        bool have_output_vertex_count = false;
+       bool have_workgroup_size = false;
 
 public:
        void apply(Stage &, const Features &);