From 1b6ea3c295f928cacf79793dbdbbaff81892c748 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20S=C3=BC=C3=9Fenbach?= Date: Tue, 6 Feb 2024 13:16:16 +0100 Subject: [PATCH] Resolve warning on multiple len usage in struct VkVideoDecodeAV1PictureInfoKHR (#1791) --- VulkanHppGenerator.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/VulkanHppGenerator.cpp b/VulkanHppGenerator.cpp index dd8bb04..c3e49cd 100644 --- a/VulkanHppGenerator.cpp +++ b/VulkanHppGenerator.cpp @@ -15094,6 +15094,7 @@ void VulkanHppGenerator::readTypeStruct( tinyxml2::XMLElement const * element, b "VkSubmitInfo", "VkSubpassDescription", "VkSubpassDescription2", + "VkVideoDecodeAV1PictureInfoKHR", "VkWin32KeyedMutexAcquireReleaseInfoKHR", "VkWin32KeyedMutexAcquireReleaseInfoNV" }; bool warned = false;