diff options
| author | Mike Schuchardt <mikes@lunarg.com> | 2018-03-07 16:19:13 -0700 |
|---|---|---|
| committer | Mike Schuchardt <mikes@lunarg.com> | 2018-03-09 13:54:31 -0700 |
| commit | eeb792b5abfa36276546bcbb17029d1e83052d96 (patch) | |
| tree | 4b5daa0260c781d1c2037e79373d10c13c01527f /scripts/vuid_mapping.py | |
| parent | 4e76380c42e33813af1b6d4b7e9e56eef233000a (diff) | |
| download | usermoji-eeb792b5abfa36276546bcbb17029d1e83052d96.tar.xz | |
header: 1.1.70 update
Change-Id: Ifa07a957e3c0e51c9b5c00b6c9d7fff04905c8ab
Diffstat (limited to 'scripts/vuid_mapping.py')
| -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 52a7e46c..4848c8a4 100644 --- a/scripts/vuid_mapping.py +++ b/scripts/vuid_mapping.py @@ -599,6 +599,8 @@ func_struct_id_map = { 'VkDebugUtilsMessengerCreateInfoEXT' : 543, 'vkCreateDebugUtilsMessengerEXT' : 544, 'vkSubmitDebugUtilsMessageEXT' : 545, +'VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT' : 546, +'VkPipelineVertexInputDivisorStateCreateInfoEXT' : 547, ### ADD New func/struct mappings above this line } # Mapping of params to unique IDs @@ -1125,6 +1127,8 @@ implicit_param_map = { 'pfnUserCallback' : 519, 'pMessenger' : 520, 'messageTypes' : 521, +'vertexBindingDivisorCount' : 522, +'pVertexBindingDivisors' : 523, ### ADD New implicit param mappings above this line } |
