summaryrefslogtreecommitdiff
path: root/src/mesa/shader/program_parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/shader/program_parser.h')
-rw-r--r--src/mesa/shader/program_parser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/shader/program_parser.h b/src/mesa/shader/program_parser.h
index b9731439a09..fa47d84565a 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 {