summaryrefslogtreecommitdiff
path: root/src/mesa/main/mtypes.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-07-14 11:20:58 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-07-14 16:00:35 -0600
commit51654783ef0aa48560f70cd3944128a94a87d86b (patch)
tree119b05668435fc3538fa76f113167e52eeea7295 /src/mesa/main/mtypes.h
parente7fd3de9277a0c5efe52966908da8e4e7f1995ee (diff)
mesa: comments about vectors vs components
Diffstat (limited to 'src/mesa/main/mtypes.h')
-rw-r--r--src/mesa/main/mtypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
index 2d6be1983c..88312da7f0 100644
--- a/src/mesa/main/mtypes.h
+++ b/src/mesa/main/mtypes.h
@@ -2519,7 +2519,7 @@ struct gl_constants
GLuint MaxRenderbufferSize;
/* GL_ARB_vertex_shader */
GLuint MaxVertexTextureImageUnits;
- GLuint MaxVarying;
+ GLuint MaxVarying; /**< Number of float[4] vectors */
};