From 3a4ca3c9dfd29cce96eb1a197ebd53a29185a6b9 Mon Sep 17 00:00:00 2001 From: Mark Lobodzinski Date: Thu, 5 Apr 2018 15:46:53 -0600 Subject: header: Update to version 1.1.72 of the Vulkan hdr - updated layer json files - updated vulkan_core.h - updated validusage.json - updated vk_validation_error_database.txt - updated vk_validation_error_messages.h - updated vuid_mapping.py - updated vk.xml - updated vulkan.hpp - moved vuid 1ae00652 to 1ae00f06 Change-Id: Id6ba342841cca04c0669b7feb39d82e2b8052443 --- scripts/vuid_mapping.py | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'scripts/vuid_mapping.py') diff --git a/scripts/vuid_mapping.py b/scripts/vuid_mapping.py index 47673964..849ddb47 100644 --- a/scripts/vuid_mapping.py +++ b/scripts/vuid_mapping.py @@ -618,6 +618,13 @@ func_struct_id_map = { 'vkQueueInsertDebugUtilsLabelEXT' : 562, 'vkSetDebugUtilsObjectNameEXT' : 563, 'vkSetDebugUtilsObjectTagEXT' : 564, +'VkDescriptorSetLayoutBindingFlagsCreateInfoEXT' : 565, +'VkDescriptorSetVariableDescriptorCountAllocateInfoEXT' : 566, +'VkDescriptorSetVariableDescriptorCountLayoutSupportEXT' : 567, +'VkPhysicalDeviceDescriptorIndexingFeaturesEXT' : 568, +'VkPhysicalDeviceDescriptorIndexingPropertiesEXT' : 569, +'VkPhysicalDeviceShaderCorePropertiesAMD' : 570, +'VkVertexInputBindingDivisorDescriptionEXT' : 571, ### ADD New func/struct mappings above this line } # Mapping of params to unique IDs @@ -1155,6 +1162,8 @@ implicit_param_map = { 'pLabelInfo' : 530, 'messenger' : 531, 'pCallbackData' : 532, +'pBindingFlags' : 533, +'pDescriptorCounts' : 534, ### ADD New implicit param mappings above this line } -- cgit v1.2.3