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/vk.xml | 17 +++++++++++++---- scripts/vuid_mapping.py | 1 + 2 files changed, 14 insertions(+), 4 deletions(-) (limited to 'scripts') diff --git a/scripts/vk.xml b/scripts/vk.xml index 13fc2628..7a6f3aea 100644 --- a/scripts/vk.xml +++ b/scripts/vk.xml @@ -107,7 +107,7 @@ private version is maintained in the 1.0 branch of the member gitlab server. // Vulkan 1.0 version number #define VK_API_VERSION_1_0 VK_MAKE_VERSION(1, 0, 0)// Patch version should always be set to 0 // Version of this file -#define VK_HEADER_VERSION 68 +#define VK_HEADER_VERSION 69 #define VK_DEFINE_HANDLE(object) typedef struct object##_T* object; @@ -5486,6 +5486,14 @@ private version is maintained in the 1.0 branch of the member gitlab server. const void* pHostPointer VkMemoryHostPointerPropertiesEXT* pMemoryHostPointerProperties + + void vkCmdWriteBufferMarkerAMD + VkCommandBuffer commandBuffer + VkPipelineStageFlagBits pipelineStage + VkBuffer dstBuffer + VkDeviceSize dstOffset + uint32_t marker + @@ -7522,10 +7530,11 @@ private version is maintained in the 1.0 branch of the member gitlab server. - + - - + + + 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