glsl/tests: fix varying_test since tess changes.

This fixes make check since the tess changes.

Tested-by: Michel Dänzer <michel.daenzer@amd.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
Dave Airlie 2015-07-23 11:13:36 +10:00
parent b406c34a65
commit 18955e8a80
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ public:
hash_table *consumer_interface_inputs;
const glsl_type *simple_interface;
ir_variable *junk[VARYING_SLOT_MAX];
ir_variable *junk[VARYING_SLOT_TESS_MAX];
};
link_varyings::link_varyings()