Skip to content

Commit 1eb035c

Browse files
authored
Remove redundant len="1" attribute (#2785)
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="<outer_len>,1` for array of pointers to single values
1 parent 5b0239f commit 1eb035c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

xml/vk.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15236,7 +15236,7 @@ endif::VK_KHR_internally_synchronized_queues[]
1523615236
<proto><type>VkResult</type> <name>vkGetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI</name></proto>
1523715237
<param><type>VkDevice</type> <name>device</name></param>
1523815238
<param><type>VkRenderPass</type> <name>renderpass</name></param>
15239-
<param len="1"><type>VkExtent2D</type>* <name>pMaxWorkgroupSize</name></param>
15239+
<param><type>VkExtent2D</type>* <name>pMaxWorkgroupSize</name></param>
1524015240
</command>
1524115241
<command export="vulkan,vulkansc">
1524215242
<proto><type>void</type> <name>vkDestroyPipeline</name></proto>

0 commit comments

Comments
 (0)