Add support for VK_ARM_tensors (#2175)

- Add two new structures to the multipleLenStructs list


Change-Id: I5fea56734eced9c96dd5bbcc4057d72260497969

Signed-off-by: Kevin Petit <kevin.petit@arm.com>
This commit is contained in:
Kévin Petit 2025-06-12 07:18:28 +01:00 committed by GitHub
parent 51a648fa9a
commit 64b72c4612
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16488,6 +16488,8 @@ void VulkanHppGenerator::readTypeStruct( tinyxml2::XMLElement const * element, b
"VkSubmitInfo",
"VkSubpassDescription",
"VkSubpassDescription2",
"VkTensorCopyARM",
"VkTensorDescriptionARM",
"VkVideoDecodeAV1PictureInfoKHR",
"VkWin32KeyedMutexAcquireReleaseInfoKHR",
"VkWin32KeyedMutexAcquireReleaseInfoNV" };