From 493d5910a3e0bde9e9ec9e4fdbe405e7c6f01790 Mon Sep 17 00:00:00 2001 From: Samuel Pitoiset Date: Thu, 26 Sep 2024 11:41:11 +0200 Subject: [PATCH] radv: advertise sampler2DViewOf3D Signed-off-by: Samuel Pitoiset Part-of: --- src/amd/vulkan/radv_physical_device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,