From 64b72c46120d879d87b55aa811f6dea70ba95d9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Petit?= Date: Thu, 12 Jun 2025 07:18:28 +0100 Subject: [PATCH] Add support for VK_ARM_tensors (#2175) - Add two new structures to the multipleLenStructs list Change-Id: I5fea56734eced9c96dd5bbcc4057d72260497969 Signed-off-by: Kevin Petit --- VulkanHppGenerator.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/VulkanHppGenerator.cpp b/VulkanHppGenerator.cpp index 9ba8a1d..48793ec 100644 --- a/VulkanHppGenerator.cpp +++ b/VulkanHppGenerator.cpp @@ -16488,6 +16488,8 @@ void VulkanHppGenerator::readTypeStruct( tinyxml2::XMLElement const * element, b "VkSubmitInfo", "VkSubpassDescription", "VkSubpassDescription2", + "VkTensorCopyARM", + "VkTensorDescriptionARM", "VkVideoDecodeAV1PictureInfoKHR", "VkWin32KeyedMutexAcquireReleaseInfoKHR", "VkWin32KeyedMutexAcquireReleaseInfoNV" };