diff options
| author | Lenny Komow <lenny@lunarg.com> | 2017-09-18 17:07:00 -0600 |
|---|---|---|
| committer | Lenny Komow <lenny@lunarg.com> | 2017-09-21 15:07:50 -0600 |
| commit | 888eefd6fd1fd50fa4f235f547755cf01ae88371 (patch) | |
| tree | 447de780b5730eba375eaaebe96705e07538b917 /scripts/vuid_mapping.py | |
| parent | 66f07ad7e15db7627a4b2232ab43ecb96752070f (diff) | |
| download | usermoji-888eefd6fd1fd50fa4f235f547755cf01ae88371.tar.xz | |
build: Update for 1.0.61.0 SDK
Change-Id: I4b1f0289dace648153b6efdbfea0d83d37b28e60
Diffstat (limited to 'scripts/vuid_mapping.py')
| -rw-r--r-- | scripts/vuid_mapping.py | 38 |
1 files changed, 34 insertions, 4 deletions
diff --git a/scripts/vuid_mapping.py b/scripts/vuid_mapping.py index 59022eef..284c58fb 100644 --- a/scripts/vuid_mapping.py +++ b/scripts/vuid_mapping.py @@ -59,8 +59,8 @@ func_struct_id_map = { 'VkApplicationInfo' : 3, 'VkAttachmentDescription' : 4, 'VkAttachmentReference' : 5, -'VkBindBufferMemoryInfoKHX' : 6, -'VkBindImageMemoryInfoKHX' : 7, +'VkBindBufferMemoryInfoKHR' : 6, +'VkBindImageMemoryInfoKHR' : 7, 'VkBindImageMemorySwapchainInfoKHX' : 8, 'VkBindSparseInfo' : 9, 'VkBufferCreateInfo' : 10, @@ -238,9 +238,9 @@ func_struct_id_map = { 'vkAllocateMemory' : 182, 'vkBeginCommandBuffer' : 183, 'vkBindBufferMemory' : 184, -'vkBindBufferMemory2KHX' : 185, +'vkBindBufferMemory2KHR' : 185, 'vkBindImageMemory' : 186, -'vkBindImageMemory2KHX' : 187, +'vkBindImageMemory2KHR' : 187, 'vkCmdBeginQuery' : 188, 'vkCmdBeginRenderPass' : 189, 'vkCmdBindDescriptorSets' : 190, @@ -555,6 +555,22 @@ func_struct_id_map = { 'vkMergeValidationCachesEXT' : 499, 'VkAttachmentSampleLocationsEXT' : 500, 'VkSubpassSampleLocationsEXT' : 501, +'VkPhysicalDevicePointClippingPropertiesKHR' : 502, +'VkInputAttachmentAspectReferenceKHR' : 503, +'VkRenderPassInputAttachmentAspectCreateInfoKHR' : 504, +'VkImageViewUsageCreateInfoKHR' : 505, +'VkPipelineTessellationDomainOriginStateCreateInfoKHR' : 506, +'VkImageFormatListCreateInfoKHR' : 507, +'VkSamplerYcbcrConversionCreateInfoKHR' : 508, +'VkBindImagePlaneMemoryInfoKHR' : 509, +'VkImagePlaneMemoryRequirementsInfoKHR' : 510, +'vkCreateSamplerYcbcrConversionKHR' : 511, +'VkBindBufferMemoryDeviceGroupInfoKHX' : 512, +'VkBindImageMemoryDeviceGroupInfoKHX' : 513, +'vkDestroySamplerYcbcrConversionKHR' : 514, +'VkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR' : 515, +'VkSamplerYcbcrConversionImageFormatPropertiesKHR' : 516, +'VkSamplerYcbcrConversionInfoKHR' : 517, ### ADD New func/struct mappings above this line } # Mapping of params to unique IDs @@ -1045,6 +1061,20 @@ implicit_param_map = { 'sampleLocationsInfo' : 483, 'pSampleLocationsInfo' : 484, 'pMultisampleProperties' : 485, +'pointClippingBehavior' : 486, +'aspectReferenceCount' : 487, +'pAspectReferences' : 488, +'domainOrigin' : 489, +'ycbcrModel' : 490, +'ycbcrRange' : 491, +'xChromaOffset' : 492, +'yChromaOffset' : 493, +'chromaFilter' : 494, +'planeAspect' : 495, +'pYcbcrConversion' : 496, +'ycbcrConversion' : 497, +'pViewFormats' : 498, +'conversion' : 499, ### ADD New implicit param mappings above this line } |
