mesa/get: Add TYPE_UINT for casting through a GLuint.
[mesa.git] / src / mesa / main / api_arrayelt.h
index 39fdeb9d2bd85328cdab5ec779790c4b5cc02f1b..03cd9ecbd517df0a30ac6fb7fc60d5249426bd7f 100644 (file)
@@ -33,7 +33,7 @@
 
 extern GLboolean _ae_create_context( struct gl_context *ctx );
 extern void _ae_destroy_context( struct gl_context *ctx );
-extern void _ae_invalidate_state( struct gl_context *ctx, GLuint new_state );
+extern void _ae_invalidate_state( struct gl_context *ctx, GLbitfield new_state );
 extern void GLAPIENTRY _ae_ArrayElement( GLint elt );
 
 /* May optionally be called before a batch of element calls: