Resolve warning on multiple len usage in struct VkVideoDecodeAV1PictureInfoKHR (#1791)

This commit is contained in:
Andreas Süßenbach 2024-02-06 13:16:16 +01:00 committed by GitHub
parent 9fa4459c50
commit 1b6ea3c295
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15094,6 +15094,7 @@ void VulkanHppGenerator::readTypeStruct( tinyxml2::XMLElement const * element, b
"VkSubmitInfo",
"VkSubpassDescription",
"VkSubpassDescription2",
"VkVideoDecodeAV1PictureInfoKHR",
"VkWin32KeyedMutexAcquireReleaseInfoKHR",
"VkWin32KeyedMutexAcquireReleaseInfoNV" };
bool warned = false;