diff options
-rw-r--r-- | src/amd/vulkan/radv_nir_lower_ycbcr_textures.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/amd/vulkan/radv_nir_lower_ycbcr_textures.c b/src/amd/vulkan/radv_nir_lower_ycbcr_textures.c index e37cc10a8a0..77f2e6ac66e 100644 --- a/src/amd/vulkan/radv_nir_lower_ycbcr_textures.c +++ b/src/amd/vulkan/radv_nir_lower_ycbcr_textures.c @@ -174,6 +174,7 @@ create_plane_tex_instr_implicit(struct ycbcr_state *state, tex->sampler_dim = old_tex->sampler_dim; tex->dest_type = old_tex->dest_type; + tex->is_array = old_tex->is_array; tex->op = old_tex->op; tex->coord_components = old_tex->coord_components; |