summaryrefslogtreecommitdiff
path: root/src/mesa/shader/program.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/shader/program.h')
-rw-r--r--src/mesa/shader/program.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/shader/program.h b/src/mesa/shader/program.h
index e290c92ee3..87590ceea9 100644
--- a/src/mesa/shader/program.h
+++ b/src/mesa/shader/program.h
@@ -215,6 +215,7 @@ struct program_parameter
struct program_parameter_list
{
+ GLuint Size;
GLuint NumParameters;
struct program_parameter *Parameters;
GLfloat (*ParameterValues)[4];