some more count vs. end confusion

This commit is contained in:
Keith Whitwell
2004-01-19 23:29:40 +00:00
parent 6bf808bc6c
commit 8d97ad18a7
2 changed files with 11 additions and 11 deletions

View File

@@ -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 );