radv: enable SpvCapabilityImageMSArray
[mesa.git] / src / amd / vulkan / radv_shader.c
index 6466bad5cae2917f75641479ac5905d40e8a1b79..dd3494b9e3e8557b16bd7a95c0893a9f17d394e1 100644 (file)
@@ -375,6 +375,7 @@ radv_shader_compile_to_nir(struct radv_device *device,
                                .float16 = !device->physical_device->use_aco,
                                .float64 = true,
                                .geometry_streams = true,
+                               .image_ms_array = true,
                                .image_read_without_format = true,
                                .image_write_without_format = true,
                                .int8 = !device->physical_device->use_aco,