s/GLuint/GLbitfield/
authorBrian <brian.paul@tungstengraphics.com>
Tue, 24 Jul 2007 20:45:38 +0000 (14:45 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Tue, 24 Jul 2007 20:45:38 +0000 (14:45 -0600)
src/mesa/pipe/p_state.h

index c3704177b32007b42d1371e487f035bf327d21d1..4ae8928018e4ac1c81d2310ebf1c2c6b8ec625cf 100644 (file)
@@ -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? */
 };