From 8a5c4b3ebf8f499a862642618e9e3be9a671f46c Mon Sep 17 00:00:00 2001 From: Konstantin Seurer Date: Thu, 8 Jun 2023 15:24:34 +0200 Subject: [PATCH] radv: Adjust the traversal shader description MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Reviewed-by: Samuel Pitoiset Reviewed-by: Daniel Schürmann Part-of: --- src/amd/vulkan/radv_pipeline.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/amd/vulkan/radv_pipeline.c b/src/amd/vulkan/radv_pipeline.c index eae6ff9..bd312ec 100644 --- a/src/amd/vulkan/radv_pipeline.c +++ b/src/amd/vulkan/radv_pipeline.c @@ -838,7 +838,7 @@ radv_GetPipelineExecutablePropertiesKHR(VkDevice _device, const VkPipelineInfoKH break; case MESA_SHADER_INTERSECTION: name = "Intersection Shader"; - description = "Vulkan Intersection Shader"; + description = "Shader responsible for traversing the acceleration structure"; break; case MESA_SHADER_CALLABLE: name = "Callable Shader"; -- 2.7.4