From b01a770355a7ad7c67c8f14e5f948f451efac3b2 Mon Sep 17 00:00:00 2001 From: Mark Lobodzinski Date: Mon, 14 Aug 2017 15:26:30 -0600 Subject: header: Update to version 1.0.58 of the vulkan hdr - updated vulkan.h - updated vk.xml - updated cgenerator.py - updated Win/Lin json files - updated vulkan.hpp - updated vk_validation_error_messages.h - updated vk_validation_error_database.h Change-Id: I8c525b6a2bd69914440c6d7984a67446b27e6c23 --- scripts/vk.xml | 42 +++++++++++++++++++++++++++++++++++++++--- 1 file changed, 39 insertions(+), 3 deletions(-) (limited to 'scripts/vk.xml') diff --git a/scripts/vk.xml b/scripts/vk.xml index 85a49afb..7c5f258a 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 57 +#define VK_HEADER_VERSION 58 #define VK_DEFINE_HANDLE(object) typedef struct object##_T* object; @@ -6218,7 +6218,7 @@ private version is maintained in the 1.0 branch of the member gitlab server. - + @@ -6629,7 +6629,7 @@ private version is maintained in the 1.0 branch of the member gitlab server. - + @@ -6922,5 +6922,41 @@ private version is maintained in the 1.0 branch of the member gitlab server. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3