From 9ad7f8dcc23b4fcd7719219351961ea1a209858e Mon Sep 17 00:00:00 2001 From: Mark Lobodzinski Date: Tue, 20 Feb 2018 09:37:55 -0700 Subject: header: Update to version 1.0.69 of the Vulkan hdr - updated vulkan.h - updated vk.xml - updated layer json files - updated vulkan.hpp - updated validation_error_database.txt - updated vk_validation_error_messages.h - updated vuid_mapping.py Note that the VU text in the database file contains artifacts from the registry/VUID toolchain. These will be addressed in a follow-on patch set. Change-Id: I6994ec17a6edcb6c9028c792c68863cd39f1fc56 --- scripts/vuid_mapping.py | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/vuid_mapping.py') diff --git a/scripts/vuid_mapping.py b/scripts/vuid_mapping.py index 06d15cd0..031cbe23 100644 --- a/scripts/vuid_mapping.py +++ b/scripts/vuid_mapping.py @@ -580,6 +580,7 @@ func_struct_id_map = { 'vkGetMemoryHostPointerPropertiesEXT' : 524, 'VkPhysicalDeviceConservativeRasterizationPropertiesEXT' : 525, 'VkPipelineRasterizationConservativeStateCreateInfoEXT' : 526, +'vkCmdWriteBufferMarkerAMD' : 527, ### ADD New func/struct mappings above this line } # Mapping of params to unique IDs -- cgit v1.2.3