From ff57534c776fe98b13c76be131a754d708219c2f Mon Sep 17 00:00:00 2001 From: Mark Lobodzinski Date: Mon, 10 Apr 2017 08:02:29 -0600 Subject: header: Update to 1.0.47 Vulkan version - updated include/vulkan/vulkan.h - updated scripts/vk.xml - updated layers json files - updated tests json files - updated vulkan.hpp Change-Id: I0da07ad3d623d0f249593fa2d7d8e336e6ee8ad7 --- scripts/vk.xml | 43 ++++++++++++++++++++++++++++++++++++++----- 1 file changed, 38 insertions(+), 5 deletions(-) (limited to 'scripts') diff --git a/scripts/vk.xml b/scripts/vk.xml index b233108a..aaabdb1a 100644 --- a/scripts/vk.xml +++ b/scripts/vk.xml @@ -112,7 +112,7 @@ maintained in the master branch of the Khronos Vulkan GitHub project. // Vulkan 1.0 version number #define VK_API_VERSION_1_0 VK_MAKE_VERSION(1, 0, 0) // Version of this file -#define VK_HEADER_VERSION 46 +#define VK_HEADER_VERSION 47 #define VK_DEFINE_HANDLE(object) typedef struct object##_T* object; @@ -1827,7 +1827,7 @@ maintained in the master branch of the Khronos Vulkan GitHub project. VkStructureType sType - const void* pNext + const void* pNext uint32_t swapchainCount const VkPresentRegionKHR* pRegions @@ -5693,9 +5693,6 @@ maintained in the master branch of the Khronos Vulkan GitHub project. - - - @@ -6345,5 +6342,41 @@ maintained in the master branch of the Khronos Vulkan GitHub project. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3