diff options
author | Brian <[email protected]> | 2006-12-21 17:50:07 -0700 |
---|---|---|
committer | Brian <[email protected]> | 2006-12-21 17:50:07 -0700 |
commit | eb2a6d62f9353d90be757fc1617040c7ccddac39 (patch) | |
tree | e9c5bb2babf1f53979f288ccfb52c958a75fd7e8 /src/mesa/swrast/swrast.h | |
parent | 2905385744a385bc8bc6cbd2d749673c93380462 (diff) |
s/attribute/varying/
Diffstat (limited to 'src/mesa/swrast/swrast.h')
-rw-r--r-- | src/mesa/swrast/swrast.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/swrast/swrast.h b/src/mesa/swrast/swrast.h index 09686c8380a..2c1c0952afc 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; |