mesa: replace GLuint with GLbitfield to be clearer about usage

Also, fix up some comments to be doxygen style.
This commit is contained in:
Brian Paul
2008-10-07 11:22:47 -06:00
parent 23cc303994
commit 239617fbe2
7 changed files with 22 additions and 20 deletions

View File

@@ -532,7 +532,7 @@ _mesa_update_state( GLcontext *ctx )
*/
void
_mesa_set_varying_vp_inputs( GLcontext *ctx,
unsigned varying_inputs )
GLbitfield varying_inputs )
{
if (ctx->varying_vp_inputs != varying_inputs) {
ctx->varying_vp_inputs = varying_inputs;