mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
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:
parent
b406c34a65
commit
18955e8a80
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue