diff options
Diffstat (limited to 'src/mesa/program/program_parser.h')
-rw-r--r-- | src/mesa/program/program_parser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/program/program_parser.h b/src/mesa/program/program_parser.h index 5637598f3b3..bc756148a20 100644 --- a/src/mesa/program/program_parser.h +++ b/src/mesa/program/program_parser.h @@ -191,7 +191,7 @@ struct asm_parser_state { * multiple ATTRIB statements bind illegal combinations of vertex * attributes. */ - unsigned InputsBound; + GLbitfield64 InputsBound; enum { invalid_mode = 0, |