diff options
| author | Mark Lobodzinski <mark@lunarg.com> | 2017-10-23 11:31:43 -0600 |
|---|---|---|
| committer | Mark Lobodzinski <mark@lunarg.com> | 2017-10-23 11:31:43 -0600 |
| commit | 78c0b57ffca9ac8a2cd5c534e9348b0b92da700b (patch) | |
| tree | 69e564a6e512fce62460c856adb76d26d6b49a85 /scripts | |
| parent | 50909f1d50cfd647e07f39c6b50b4fcac40aeeb7 (diff) | |
| download | usermoji-78c0b57ffca9ac8a2cd5c534e9348b0b92da700b.tar.xz | |
scripts: Update vuid_mapping.py for 64 header
Change-Id: I3f55bd5ee0296fc962bb2ee624391e793f8f9fe4
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/vuid_mapping.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/vuid_mapping.py b/scripts/vuid_mapping.py index b530f97d..e648b56f 100644 --- a/scripts/vuid_mapping.py +++ b/scripts/vuid_mapping.py @@ -571,6 +571,8 @@ func_struct_id_map = { 'VkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR' : 515, 'VkSamplerYcbcrConversionImageFormatPropertiesKHR' : 516, 'VkSamplerYcbcrConversionInfoKHR' : 517, +'VkDeviceQueueGlobalPriorityCreateInfoEXT' : 518, +'vkGetShaderInfoAMD' : 519, ### ADD New func/struct mappings above this line } # Mapping of params to unique IDs @@ -1076,6 +1078,10 @@ implicit_param_map = { 'pViewFormats' : 498, 'conversion' : 499, 'pPostSubpassSampleLocations' : 500, +'globalPriority' : 501, +'shaderStage' : 502, +'infoType' : 503, +'pInfoSize' : 504, ### ADD New implicit param mappings above this line } |
