]> git.tdb.fi Git - libs/gl.git/blobdiff - source/glsl/validate.h
Clear load ID when assigning to a component
[libs/gl.git] / source / glsl / validate.h
index c9a7b736035519e3d3767062e198cb22e5f8ba6b..3166c39bf9bd304c15067c77984e089fd417b22a 100644 (file)
@@ -44,6 +44,10 @@ private:
        InterfaceLayout *iface_layout = 0;
        VariableDeclaration *iface_block = 0;
        VariableDeclaration *variable = 0;
+       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 &);