From 8c99f7ba61fcc95ef22d8ccd8cce3e31eaa67757 Mon Sep 17 00:00:00 2001 From: Brian Date: Tue, 24 Jul 2007 14:45:38 -0600 Subject: s/GLuint/GLbitfield/ --- src/mesa/pipe/p_state.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/pipe/p_state.h b/src/mesa/pipe/p_state.h index c3704177b3..4ae8928018 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? */ }; -- cgit v1.2.3