From 5b1f1371d9e8a2a6a2cb7d0b5249bdab10ef4dd9 Mon Sep 17 00:00:00 2001 From: Mark Lobodzinski Date: Mon, 21 Aug 2017 10:34:38 -0600 Subject: header: Update to version 1.0.59 of the vulkan hdr - updated vulkan.h - updated vk.xml - updated Win/Lin json files - rebuilt and updated vulkan.hpp - updated vk_validation_error_database.txt - updated vk_validation_error_messages.h - added new code-generated VUIDs (16) to error database - modified object tracker for VUID corner-case - updated vulkaninfo.c for STYPE name change Change-Id: I0870e8bc4e84867e05bd466c13c7428b9b7365ac --- scripts/vk.xml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'scripts') diff --git a/scripts/vk.xml b/scripts/vk.xml index 7c5f258a..f0a1cd62 100644 --- a/scripts/vk.xml +++ b/scripts/vk.xml @@ -106,7 +106,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 58 +#define VK_HEADER_VERSION 59 #define VK_DEFINE_HANDLE(object) typedef struct object##_T* object; @@ -2101,7 +2101,7 @@ private version is maintained in the 1.0 branch of the member gitlab server. const uint32_t* pCorrelationMasks - VkStructureType sType + VkStructureType sType void* pNext uint32_t minImageCountSupported minimum number of images for the surface uint32_t maxImageCountSupported maximum number of images for the surface, 0 for unlimited @@ -6294,7 +6294,8 @@ private version is maintained in the 1.0 branch of the member gitlab server. - + + @@ -6715,10 +6716,10 @@ private version is maintained in the 1.0 branch of the member gitlab server. - + - - + + -- cgit v1.2.3