diff options
| author | Mark Lobodzinski <mark@lunarg.com> | 2017-06-26 13:05:22 -0600 |
|---|---|---|
| committer | Mark Lobodzinski <mark@lunarg.com> | 2017-06-28 10:57:05 -0600 |
| commit | 2fbde9226361aaed79ca1dc0f63010a5e7af42df (patch) | |
| tree | 194898147c1fdd4a701c19e6db3d9d7cf7dd86ad /scripts/vuid_mapping.py | |
| parent | 928b257bbfcfc00270ac45739760746769ac0371 (diff) | |
| download | usermoji-2fbde9226361aaed79ca1dc0f63010a5e7af42df.tar.xz | |
scripts: Update vuid_mapping for missing structs
Change-Id: I7f3850738de4ac7bf5dc0bc58285267c3e6044ae
Diffstat (limited to 'scripts/vuid_mapping.py')
| -rw-r--r-- | scripts/vuid_mapping.py | 10 |
1 files changed, 10 insertions, 0 deletions
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 |
