mirror of
https://github.com/KhronosGroup/Vulkan-Hpp
synced 2024-11-21 20:00:11 +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",
|
"VkSubmitInfo",
|
||||||
"VkSubpassDescription",
|
"VkSubpassDescription",
|
||||||
"VkSubpassDescription2",
|
"VkSubpassDescription2",
|
||||||
|
"VkVideoDecodeAV1PictureInfoKHR",
|
||||||
"VkWin32KeyedMutexAcquireReleaseInfoKHR",
|
"VkWin32KeyedMutexAcquireReleaseInfoKHR",
|
||||||
"VkWin32KeyedMutexAcquireReleaseInfoNV" };
|
"VkWin32KeyedMutexAcquireReleaseInfoNV" };
|
||||||
bool warned = false;
|
bool warned = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user