diff options
| author | Mark Lobodzinski <mark@lunarg.com> | 2017-06-26 16:04:27 -0600 |
|---|---|---|
| committer | Mark Lobodzinski <mark@lunarg.com> | 2017-06-28 10:57:05 -0600 |
| commit | 0e0acda882ce2a64d50f78517296ccea6a7058ac (patch) | |
| tree | 9bb50cc1763aabb8ed0b4b433cd7c380c0c0bcc2 /scripts | |
| parent | a1e6130bb36ed94897a4b3251c9d9c46a38f99bd (diff) | |
| download | usermoji-0e0acda882ce2a64d50f78517296ccea6a7058ac.tar.xz | |
scripts: Add missing variable names to vuid_mapping
Change-Id: Ib6fb0e6d9bb7d2a75bb0bd751a2ec75a161569ea
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/vuid_mapping.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/vuid_mapping.py b/scripts/vuid_mapping.py index 565f495d..36c426d7 100644 --- a/scripts/vuid_mapping.py +++ b/scripts/vuid_mapping.py @@ -489,6 +489,7 @@ func_struct_id_map = { 'VkPhysicalDeviceIDPropertiesKHX' : 433, 'VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX' : 434, 'VkHdrMetadataEXT' : 435, +'VkExternalMemoryPropertiesKHX' : 436, ### ADD New func/struct mappings above this line } # Mapping of params to unique IDs @@ -888,6 +889,9 @@ implicit_param_map = { 'x' : 392, 'y' : 393, 'z' : 394, +'externalMemoryFeatures' : 395, +'compatibleHandleTypes' : 396, +'exportFromImportedHandleTypes' : 397, ### ADD New implicit param mappings above this line } |
