diff --git a/src/mesa/state_tracker/st_pbo_compute.c b/src/mesa/state_tracker/st_pbo_compute.c index 542c9b628f4..14f100bd27a 100644 --- a/src/mesa/state_tracker/st_pbo_compute.c +++ b/src/mesa/state_tracker/st_pbo_compute.c @@ -624,7 +624,7 @@ create_conversion_shader(struct st_context *st, enum pipe_texture_target target, nir_ssa_def *coord = nir_channels(&b, start, (1<is_array = glsl_sampler_type_is_array(sampler->type); txf->op = nir_texop_txf;