diff options
Diffstat (limited to 'src/mesa/tnl/t_vb_arbprogram.h')
-rw-r--r-- | src/mesa/tnl/t_vb_arbprogram.h | 2 |
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 27f878c4e98..5461820fbb6 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. */ |