current raster color index should be GLfloat
[mesa.git] / src / mesa / main / feedback.h
index bbd27e3a975684b350a6923d4b1c9409c0d451ec..6c448ad631b560758520f16cb0111e1b17f0da11 100644 (file)
@@ -47,7 +47,7 @@ extern void _mesa_init_feedback( GLcontext * ctx );
 extern void _mesa_feedback_vertex( GLcontext *ctx,
                                 const GLfloat win[4],
                                 const GLfloat color[4],
-                               GLuint index,
+                               GLfloat index,
                                 const GLfloat texcoord[4] );