diff options
author | Brian <brian@yutani.localnet.net> | 2006-12-15 10:09:33 -0700 |
---|---|---|
committer | Brian <brian@yutani.localnet.net> | 2006-12-15 10:09:33 -0700 |
commit | 9abf73b8cc204a9348c751022bace78560d7cb3e (patch) | |
tree | 426055bc29c372c497220c9cf418d093df93331a /src/mesa/tnl/t_context.h | |
parent | a7e252026db542d362bc4688d49c7e28c2f9f1ea (diff) |
varying changes
Diffstat (limited to 'src/mesa/tnl/t_context.h')
-rw-r--r-- | src/mesa/tnl/t_context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/tnl/t_context.h b/src/mesa/tnl/t_context.h index d5414bd730..ea2a6bed54 100644 --- a/src/mesa/tnl/t_context.h +++ b/src/mesa/tnl/t_context.h @@ -422,7 +422,7 @@ struct vertex_buffer GLvector4f *ColorPtr[2]; /* _TNL_BIT_COLOR0 */ GLvector4f *SecondaryColorPtr[2]; /* _TNL_BIT_COLOR1 */ GLvector4f *FogCoordPtr; /* _TNL_BIT_FOG */ - GLvector4f *VaryingPtr[MAX_VARYING_VECTORS]; + GLvector4f *VaryingPtr[MAX_VARYING]; struct tnl_prim *Primitive; GLuint PrimitiveCount; |