diff --git a/src/amd/vulkan/radv_physical_device.c b/src/amd/vulkan/radv_physical_device.c index 66692318ab1..361d9aade1c 100644 --- a/src/amd/vulkan/radv_physical_device.c +++ b/src/amd/vulkan/radv_physical_device.c @@ -1103,7 +1103,7 @@ radv_physical_device_get_features(const struct radv_physical_device *pdev, struc /* VK_EXT_image_2d_view_of_3d */ .image2DViewOf3D = true, - .sampler2DViewOf3D = false, + .sampler2DViewOf3D = true, /* VK_INTEL_shader_integer_functions2 */ .shaderIntegerFunctions2 = true,