mirror of
https://github.com/KhronosGroup/Vulkan-Hpp
synced 2024-11-08 13:40:08 +00:00
Resolve warning on multiple len usage in struct VkVideoDecodeAV1PictureInfoKHR (#1791)
This commit is contained in:
parent
9fa4459c50
commit
1b6ea3c295
@ -15094,6 +15094,7 @@ void VulkanHppGenerator::readTypeStruct( tinyxml2::XMLElement const * element, b
|
||||
"VkSubmitInfo",
|
||||
"VkSubpassDescription",
|
||||
"VkSubpassDescription2",
|
||||
"VkVideoDecodeAV1PictureInfoKHR",
|
||||
"VkWin32KeyedMutexAcquireReleaseInfoKHR",
|
||||
"VkWin32KeyedMutexAcquireReleaseInfoNV" };
|
||||
bool warned = false;
|
||||
|
Loading…
Reference in New Issue
Block a user