diff options
Diffstat (limited to 'src/mesa/program/program_parser.h')
-rw-r--r-- | src/mesa/program/program_parser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/program/program_parser.h b/src/mesa/program/program_parser.h index d689eef7958..8e5aaee95e5 100644 --- a/src/mesa/program/program_parser.h +++ b/src/mesa/program/program_parser.h @@ -173,6 +173,7 @@ struct asm_parser_state { unsigned MaxClipPlanes; unsigned MaxLights; unsigned MaxProgramMatrices; + unsigned MaxDrawBuffers; /*@}*/ /** |