diff options
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 d2eefbebd9f..f3820a68b88 100644 --- a/src/mesa/swrast/swrast.h +++ b/src/mesa/swrast/swrast.h @@ -56,12 +56,12 @@ */ typedef struct { GLfloat win[4]; - GLfloat eye[4]; /* for GL_EXT_point_param only */ GLfloat texcoord[MAX_TEXTURE_UNITS][4]; GLchan color[4]; GLchan specular[4]; GLfloat fog; GLuint index; + GLfloat pointSize; } SWvertex; |