summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_vb_arbprogram.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2005-11-03 02:28:47 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2005-11-03 02:28:47 +0000
commit7ae9713a609531164b3c7690e0d5b993a00eaa77 (patch)
treeb3afc2334e656f51f7822a1c7f14a46c32e62010 /src/mesa/tnl/t_vb_arbprogram.h
parent1624162b0ca78fe2174418dd303c51d8eb80ff25 (diff)
s/15/VERT_RESULT_MAX/
Diffstat (limited to 'src/mesa/tnl/t_vb_arbprogram.h')
-rw-r--r--src/mesa/tnl/t_vb_arbprogram.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/tnl/t_vb_arbprogram.h b/src/mesa/tnl/t_vb_arbprogram.h
index 27f878c4e9..5461820fbb 100644
--- a/src/mesa/tnl/t_vb_arbprogram.h
+++ b/src/mesa/tnl/t_vb_arbprogram.h
@@ -158,7 +158,7 @@ struct arb_vp_machine {
struct input input[_TNL_ATTRIB_MAX];
GLuint nr_inputs;
- struct output output[15];
+ struct output output[VERT_RESULT_MAX];
GLuint nr_outputs;
GLvector4f attribs[VERT_RESULT_MAX]; /**< result vectors. */