s/GLuint/GLbitfield/

This commit is contained in:
Brian
2007-07-24 14:45:38 -06:00
parent 1475d74cfb
commit 8c99f7ba61

View File

@@ -129,7 +129,7 @@ struct pipe_constant_buffer {
struct pipe_fs_state { struct pipe_fs_state {
GLuint inputs_read; /* FRAG_ATTRIB_* */ GLbitfield inputs_read; /* FRAG_ATTRIB_* */
const struct tgsi_token *tokens; const struct tgsi_token *tokens;
struct pipe_constant_buffer *constants; /* XXX temporary? */ struct pipe_constant_buffer *constants; /* XXX temporary? */
}; };