diff options
| author | Mike Schuchardt <mikes@lunarg.com> | 2017-09-05 16:10:20 -0600 |
|---|---|---|
| committer | Mike Schuchardt <mikes@lunarg.com> | 2017-09-07 14:19:31 -0700 |
| commit | 342a870d6f0ba80d969268be3881ec9bb31142dd (patch) | |
| tree | f278751e949fe6559c0ed495f5305d7e56c40fd3 /scripts/vuid_mapping.py | |
| parent | 2339beae2e86a99030eda31818744ea23917ed1f (diff) | |
| download | usermoji-342a870d6f0ba80d969268be3881ec9bb31142dd.tar.xz | |
header: Update to 1.0.60
Change-Id: I118be4455c68800e27fd9b8293699037449f1413
Diffstat (limited to 'scripts/vuid_mapping.py')
| -rw-r--r-- | scripts/vuid_mapping.py | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/scripts/vuid_mapping.py b/scripts/vuid_mapping.py index 28bf188c..59022eef 100644 --- a/scripts/vuid_mapping.py +++ b/scripts/vuid_mapping.py @@ -540,6 +540,21 @@ func_struct_id_map = { 'vkGetImageSparseMemoryRequirements2KHR' : 484, 'VkPhysicalDevice16BitStorageFeaturesKHR' : 485, 'VkPhysicalDeviceVariablePointerFeaturesKHR' : 486, +'VkSampleLocationsInfoEXT' : 487, +'VkRenderPassSampleLocationsBeginInfoEXT' : 488, +'VkPipelineSampleLocationsStateCreateInfoEXT' : 489, +'VkPhysicalDeviceSampleLocationsPropertiesEXT' : 490, +'VkMultisamplePropertiesEXT' : 491, +'vkGetPhysicalDeviceMultisamplePropertiesEXT' : 492, +'VkValidationCacheCreateInfoEXT' : 493, +'VkShaderModuleValidationCacheCreateInfoEXT' : 494, +'vkCreateValidationCacheEXT' : 495, +'vkGetValidationCacheDataEXT' : 496, +'vkCmdSetSampleLocationsEXT' : 497, +'vkDestroyValidationCacheEXT' : 498, +'vkMergeValidationCachesEXT' : 499, +'VkAttachmentSampleLocationsEXT' : 500, +'VkSubpassSampleLocationsEXT' : 501, ### ADD New func/struct mappings above this line } # Mapping of params to unique IDs @@ -1017,6 +1032,19 @@ implicit_param_map = { 'basePipelineHandle' : 470, 'pImmutableSamplers' : 471, 'pTexelBufferView' : 472, +'sampleLocationsPerPixel' : 473, +'sampleLocationsCount' : 474, +'pSampleLocations' : 475, +'attachmentInitialSampleLocationsCount' : 476, +'pAttachmentInitialSampleLocations' : 477, +'postSubpassSampleLocationsCount' : 478, +'pSubpassSampleLocations' : 479, +'sampleLocationSampleCounts' : 480, +'pValidationCache' : 481, +'validationCache' : 482, +'sampleLocationsInfo' : 483, +'pSampleLocationsInfo' : 484, +'pMultisampleProperties' : 485, ### ADD New implicit param mappings above this line } |
