util: fix no-op macro (bad number of arguments)
[mesa.git] / src / mesa / program / prog_parameter.h
index 78c9909f5cc972c03cd8e40b983ee55dd01cd0c9..570500420127fbfc98f5a4985c7cde4d1016c798 100644 (file)
@@ -104,6 +104,12 @@ struct gl_program_parameter
     * A sequence of STATE_* tokens and integers to identify GL state.
     */
    gl_state_index16 StateIndexes[STATE_LENGTH];
+
+   /**
+    * We need to keep track of whether the param is padded for use in the
+    * shader cache.
+    */
+   bool Padded;
 };