diff options
Diffstat (limited to 'src/mesa/shader/program.h')
-rw-r--r-- | src/mesa/shader/program.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/shader/program.h b/src/mesa/shader/program.h index e290c92ee3c..87590ceea9a 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]; |