From c2fea90af9c1ec013b1214c32c460fafa55c8aaf Mon Sep 17 00:00:00 2001 From: "Ashley (holtowd)" Date: Sat, 8 Aug 2026 19:42:35 +0300 Subject: [PATCH] Remove redundant `len="1"` attribute vkGetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI::pMaxWorkgroupSize used `len="1"` attribute and was the only place where you could encounter such value. 1 is allowed value but itself is redundant and as mentioned in `registery.adoc` should be used for nested pointers like `len=",1` for array of pointers to single values --- xml/vk.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/vk.xml b/xml/vk.xml index 92881a529d..e110af6700 100644 --- a/xml/vk.xml +++ b/xml/vk.xml @@ -15236,7 +15236,7 @@ endif::VK_KHR_internally_synchronized_queues[] VkResult vkGetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI VkDevice device VkRenderPass renderpass - VkExtent2D* pMaxWorkgroupSize + VkExtent2D* pMaxWorkgroupSize void vkDestroyPipeline