summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/draw/draw_vf_generic.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/pipe/draw/draw_vf_generic.c')
-rw-r--r--src/mesa/pipe/draw/draw_vf_generic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/draw/draw_vf_generic.c b/src/mesa/pipe/draw/draw_vf_generic.c
index 19e6c587e5..42effc0c65 100644
--- a/src/mesa/pipe/draw/draw_vf_generic.c
+++ b/src/mesa/pipe/draw/draw_vf_generic.c
@@ -735,7 +735,7 @@ static void extract_1ub_1f( const struct draw_vf_attr *a, float *out, const uint
}
-const struct draw_vf_format_info draw_vf_format_info[EMIT_MAX] =
+const struct draw_vf_format_info draw_vf_format_info[DRAW_EMIT_MAX] =
{
{ "1f",
extract_1f,