diff --git a/src/mesa/pipe/p_state.h b/src/mesa/pipe/p_state.h index c3704177b32..4ae8928018e 100644 --- a/src/mesa/pipe/p_state.h +++ b/src/mesa/pipe/p_state.h @@ -129,7 +129,7 @@ struct pipe_constant_buffer { struct pipe_fs_state { - GLuint inputs_read; /* FRAG_ATTRIB_* */ + GLbitfield inputs_read; /* FRAG_ATTRIB_* */ const struct tgsi_token *tokens; struct pipe_constant_buffer *constants; /* XXX temporary? */ };