X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fglsl%2Fvalidate.h;h=f562043576e0b8db285b3a9d2a821c78977979c3;hb=abcd1fa06f9fab27c5934b4069523dd009862b18;hp=c9a7b736035519e3d3767062e198cb22e5f8ba6b;hpb=03b2ea5c9c611cfa5f02afb49ed7e05743e691b4;p=libs%2Fgl.git diff --git a/source/glsl/validate.h b/source/glsl/validate.h index c9a7b736..f5620435 100644 --- a/source/glsl/validate.h +++ b/source/glsl/validate.h @@ -44,6 +44,9 @@ 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; public: void apply(Stage &, const Features &);