diff options
author | Brian Paul <brianp@vmware.com> | 2009-05-22 07:26:08 -0600 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2009-05-22 07:26:08 -0600 |
commit | 4a95185c9f30c2de7a03bb1a0653f51b53b1111d (patch) | |
tree | beb30f78282e33ac31098249c70fd5d2b323d2cb /src/mesa/main/config.h | |
parent | 4dc426c01627a240bd5b148c1804c45b0d5ecd6c (diff) |
mesa: rename MAX_VERTEX_ATTRIBS to MAX_VERTEX_GENERIC_ATTRIBS
Be clearer that this is the number of generic vertex program/shader
attributes, not counting the legacy attributes (pos, normal, color, etc).
Diffstat (limited to 'src/mesa/main/config.h')
-rw-r--r-- | src/mesa/main/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/config.h b/src/mesa/main/config.h index 888e08ff93..100caff7bf 100644 --- a/src/mesa/main/config.h +++ b/src/mesa/main/config.h @@ -215,7 +215,7 @@ /** For GL_ARB_vertex_shader */ /*@{*/ -#define MAX_VERTEX_ATTRIBS 16 +#define MAX_VERTEX_GENERIC_ATTRIBS 16 #define MAX_VERTEX_TEXTURE_IMAGE_UNITS MAX_TEXTURE_IMAGE_UNITS #define MAX_COMBINED_TEXTURE_IMAGE_UNITS MAX_TEXTURE_IMAGE_UNITS /*@}*/ |