summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_vertex.h
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2004-01-19 23:29:40 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2004-01-19 23:29:40 +0000
commit8d97ad18a7bd34e91d2f990b9349ea59391d4053 (patch)
treeb8b81ce01ba5c6376dd7ed370d68dcdd7b50337d /src/mesa/tnl/t_vertex.h
parent6bf808bc6c074028b51a98928b4883648c6dac05 (diff)
some more count vs. end confusion
Diffstat (limited to 'src/mesa/tnl/t_vertex.h')
-rw-r--r--src/mesa/tnl/t_vertex.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/tnl/t_vertex.h b/src/mesa/tnl/t_vertex.h
index 10d67631c5..297b6a4cbe 100644
--- a/src/mesa/tnl/t_vertex.h
+++ b/src/mesa/tnl/t_vertex.h
@@ -103,12 +103,12 @@ extern void _tnl_init_vertices( GLcontext *ctx,
extern void *_tnl_emit_vertices_to_buffer( GLcontext *ctx,
GLuint start,
- GLuint count,
+ GLuint end,
void *dest );
extern void _tnl_build_vertices( GLcontext *ctx,
GLuint start,
- GLuint count,
+ GLuint end,
GLuint newinputs );
extern void _tnl_invalidate_vertices( GLcontext *ctx, GLuint newinputs );