diff options
Diffstat (limited to 'src/mesa/shader/program_parser.h')
-rw-r--r-- | src/mesa/shader/program_parser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/shader/program_parser.h b/src/mesa/shader/program_parser.h index b9731439a0..fa47d84565 100644 --- a/src/mesa/shader/program_parser.h +++ b/src/mesa/shader/program_parser.h @@ -201,6 +201,7 @@ struct asm_parser_state { unsigned DrawBuffers:1; unsigned Shadow:1; unsigned TexRect:1; + unsigned TexArray:1; } option; struct { |