From 41c310b20a97a9719100f61c6871e9fd4b3ff5f9 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 1 Jan 2004 17:13:12 +0000 Subject: whitespace changes and new comments --- src/mesa/tnl/t_context.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/mesa/tnl/t_context.h') diff --git a/src/mesa/tnl/t_context.h b/src/mesa/tnl/t_context.h index 33c4e06985d..1d148be214d 100644 --- a/src/mesa/tnl/t_context.h +++ b/src/mesa/tnl/t_context.h @@ -83,6 +83,11 @@ #define MAX_PIPELINE_STAGES 30 +/* + * Note: The first attributes match the VERT_ATTRIB_* definitions + * in mtypes.h. However, the tnl module has additional attributes + * for materials, color indexes, edge flags, etc. + */ enum { _TNL_ATTRIB_POS = 0, _TNL_ATTRIB_WEIGHT = 1, -- cgit v1.2.3