X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fglsl%2Fvalidate.h;h=3166c39bf9bd304c15067c77984e089fd417b22a;hb=7272d97c23eedb3850661deec964c4a9c96337fe;hp=c9a7b736035519e3d3767062e198cb22e5f8ba6b;hpb=03b2ea5c9c611cfa5f02afb49ed7e05743e691b4;p=libs%2Fgl.git diff --git a/source/glsl/validate.h b/source/glsl/validate.h index c9a7b736..3166c39b 100644 --- a/source/glsl/validate.h +++ b/source/glsl/validate.h @@ -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 &);