From 2fbde9226361aaed79ca1dc0f63010a5e7af42df Mon Sep 17 00:00:00 2001 From: Mark Lobodzinski Date: Mon, 26 Jun 2017 13:05:22 -0600 Subject: scripts: Update vuid_mapping for missing structs Change-Id: I7f3850738de4ac7bf5dc0bc58285267c3e6044ae --- scripts/vuid_mapping.py | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'scripts') diff --git a/scripts/vuid_mapping.py b/scripts/vuid_mapping.py index 0a2ca7ae..565f495d 100644 --- a/scripts/vuid_mapping.py +++ b/scripts/vuid_mapping.py @@ -479,6 +479,16 @@ func_struct_id_map = { 'VkMemoryWin32HandlePropertiesKHX' : 423, 'VkMemoryFdPropertiesKHX' : 424, 'VkExternalSemaphorePropertiesKHX' : 425, +'VkQueueFamilyProperties2KHR' : 426, +'VkSparseImageFormatProperties2KHR' : 427, +'VkSurfaceFormat2KHR' : 428, +'VkTextureLODGatherFormatPropertiesAMD' : 429, +'VkPhysicalDeviceMultiviewPropertiesKHX' : 430, +'VkPhysicalDeviceGroupPropertiesKHX' : 431, +'VkExternalImageFormatPropertiesKHX' : 432, +'VkPhysicalDeviceIDPropertiesKHX' : 433, +'VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX' : 434, +'VkHdrMetadataEXT' : 435, ### ADD New func/struct mappings above this line } # Mapping of params to unique IDs -- cgit v1.2.3