summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/swrast.h
diff options
context:
space:
mode:
authorBrian <brian@nostromo.localnet.net>2006-12-21 17:50:07 -0700
committerBrian <brian@nostromo.localnet.net>2006-12-21 17:50:07 -0700
commiteb2a6d62f9353d90be757fc1617040c7ccddac39 (patch)
treee9c5bb2babf1f53979f288ccfb52c958a75fd7e8 /src/mesa/swrast/swrast.h
parent2905385744a385bc8bc6cbd2d749673c93380462 (diff)
s/attribute/varying/
Diffstat (limited to 'src/mesa/swrast/swrast.h')
-rw-r--r--src/mesa/swrast/swrast.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/swrast/swrast.h b/src/mesa/swrast/swrast.h
index 09686c8380..2c1c0952af 100644
--- a/src/mesa/swrast/swrast.h
+++ b/src/mesa/swrast/swrast.h
@@ -73,7 +73,7 @@ typedef struct {
GLfloat fog;
GLfloat index;
GLfloat pointSize;
- GLfloat attribute[MAX_VERTEX_ATTRIBS][4];
+ GLfloat varying[MAX_VERTEX_ATTRIBS][4];
} SWvertex;