vrend: bump input/output numbers.

This fixes varying-packing-simple.

Signed-off-by: Dave Airlie <airlied@redhat.com>
macos/master
Dave Airlie 7 years ago
parent c6e74e808d
commit 9a7ebc377a
  1. 4
      src/vrend_shader.c

@ -85,9 +85,9 @@ struct dump_ctx {
int num_interps;
int num_inputs;
uint32_t attrib_input_mask;
struct vrend_shader_io inputs[32];
struct vrend_shader_io inputs[35];
int num_outputs;
struct vrend_shader_io outputs[32];
struct vrend_shader_io outputs[35];
int num_system_values;
struct vrend_shader_io system_values[32];

Loading…
Cancel
Save