summaryrefslogtreecommitdiff
path: root/src/mesa/main/feedback.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2003-11-25 22:45:59 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2003-11-25 22:45:59 +0000
commit0f3cd3f894612d156de454178effa4c732f96da7 (patch)
tree429ee71c2a0153eb471c8ab9795d15757b304908 /src/mesa/main/feedback.h
parent7df4f95314a91afe92ca7d1eb0effa1dda7ac844 (diff)
current raster color index should be GLfloat
Diffstat (limited to 'src/mesa/main/feedback.h')
-rw-r--r--src/mesa/main/feedback.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/feedback.h b/src/mesa/main/feedback.h
index bbd27e3a97..6c448ad631 100644
--- a/src/mesa/main/feedback.h
+++ b/src/mesa/main/feedback.h
@@ -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] );