From ce9d95abef14927b4842946079ff9ec4a72fba84 Mon Sep 17 00:00:00 2001 From: Mark Lobodzinski Date: Tue, 16 Jan 2018 10:40:16 -0700 Subject: header: Update to version 1.0.68 of the Vulkan hdr - updated vulkan.h - updated vk.xml - updated layer json files - built and updated vulkan.hpp - updated vk_validation_error_messages.h - updated vk_validation_error_database.txt Change-Id: I5aff6147531f9b91164849ee590f7f86e46e4652 --- scripts/vk.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'scripts/vk.xml') diff --git a/scripts/vk.xml b/scripts/vk.xml index e219c36b..13fc2628 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 67 +#define VK_HEADER_VERSION 68 #define VK_DEFINE_HANDLE(object) typedef struct object##_T* object; @@ -3531,7 +3531,7 @@ private version is maintained in the 1.0 branch of the member gitlab server. - + @@ -7389,6 +7389,7 @@ private version is maintained in the 1.0 branch of the member gitlab server. + @@ -7623,5 +7624,11 @@ private version is maintained in the 1.0 branch of the member gitlab server. + + + + + + -- cgit v1.2.3