From: Brian Date: Tue, 24 Jul 2007 20:45:38 +0000 (-0600) Subject: s/GLuint/GLbitfield/ X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8c99f7ba61fcc95ef22d8ccd8cce3e31eaa67757;p=mesa.git s/GLuint/GLbitfield/ --- 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? */ };