diff options
| author | Mark Lobodzinski <mark@lunarg.com> | 2017-06-21 11:54:54 -0600 |
|---|---|---|
| committer | Mark Lobodzinski <mark@lunarg.com> | 2017-06-27 09:40:18 -0600 |
| commit | c1922cc826ae544fc848e6f5d1669433af1c799a (patch) | |
| tree | 4fb07188841c9abbdb2203e66fb7f003ba7d04f5 /scripts | |
| parent | d80f2f8b8c29f9c96f2ab3a54f0420e96bb83dcd (diff) | |
| download | usermoji-c1922cc826ae544fc848e6f5d1669433af1c799a.tar.xz | |
scripts: Update vuid_mapping.py with new APIs
Change-Id: I67ae851149973455f5a2f7c156f5f2d87f0dd51e
Diffstat (limited to 'scripts')
| -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 63171780..9b8c1cf4 100644 --- a/scripts/vuid_mapping.py +++ b/scripts/vuid_mapping.py @@ -470,6 +470,16 @@ func_struct_id_map = { 'vkUpdateDescriptorSetWithTemplateKHR' : 413, 'vkUpdateDescriptorSets' : 414, 'vkWaitForFences' : 415, +'VkPhysicalDeviceProperties2KHR' : 416, +'VkFormatProperties2KHR' : 417, +'VkImageFormatProperties2KHR' : 418, +'VkPhysicalDeviceMemoryProperties2KHR' : 419, +'VkSurfaceCapabilities2KHR' : 420, +'VkDeviceGroupPresentCapabilitiesKHX' : 421, +'VkExternalBufferPropertiesKHX' : 422, +'VkMemoryWin32HandlePropertiesKHX' : 423, +'VkMemoryFdPropertiesKHX' : 424, +'VkExternalSemaphorePropertiesKHX' : 425, ### ADD New func/struct mappings above this line } # Mapping of params to unique IDs |
