diff options
Diffstat (limited to 'src/mesa/shader/arbprogparse.h')
-rw-r--r-- | src/mesa/shader/arbprogparse.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/shader/arbprogparse.h b/src/mesa/shader/arbprogparse.h index 5dbf31a2b15..b8498ff281d 100644 --- a/src/mesa/shader/arbprogparse.h +++ b/src/mesa/shader/arbprogparse.h @@ -43,9 +43,11 @@ struct arb_program { struct program Base; +#if 0 struct program_parameter_list *Parameters; GLbitfield InputsRead; GLbitfield OutputsWritten; +#endif GLuint Position; /* Just used for error reporting while parsing */ GLuint MajorVersion; |