From 83617f4a57b94c5d33c7b825b67caeeebeb199b8 Mon Sep 17 00:00:00 2001 From: Samuel Pitoiset Date: Wed, 7 Dec 2022 14:37:08 +0100 Subject: [PATCH] radv: enable graphicsPipelineLibraryIndependentInterpolationDecoration They don't need to match. Signed-off-by: Samuel Pitoiset Reviewed-by: Bas Nieuwenhuizen Part-of: --- src/amd/vulkan/radv_device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/amd/vulkan/radv_device.c b/src/amd/vulkan/radv_device.c index deddec85d89..ed6ecf7c693 100644 --- a/src/amd/vulkan/radv_device.c +++ b/src/amd/vulkan/radv_device.c @@ -2714,7 +2714,7 @@ radv_GetPhysicalDeviceProperties2(VkPhysicalDevice physicalDevice, VkPhysicalDeviceGraphicsPipelineLibraryPropertiesEXT *props = (VkPhysicalDeviceGraphicsPipelineLibraryPropertiesEXT *)ext; props->graphicsPipelineLibraryFastLinking = true; - props->graphicsPipelineLibraryIndependentInterpolationDecoration = false; + props->graphicsPipelineLibraryIndependentInterpolationDecoration = true; break; } case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MESH_SHADER_PROPERTIES_EXT: {