From 2b7b39d0d0b56c5ad70297021d9cc833c028d1fb Mon Sep 17 00:00:00 2001 From: Mark Lobodzinski Date: Tue, 21 Mar 2017 10:12:31 -0600 Subject: header: Update to 1.0.44 Vulkan version - updated include/vulkan/vulkan.h - updated scripts/generator.py - updated scripts/vk.xml - updated layers json files - updated tests json files - updated include/vulkan/vulkan.hpp Change-Id: I1d18921f75ec74484918be6cfdba394fc397d2f5 --- scripts/vk.xml | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) (limited to 'scripts/vk.xml') diff --git a/scripts/vk.xml b/scripts/vk.xml index 54f57970..50cacce3 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 43 +#define VK_HEADER_VERSION 44 #define VK_DEFINE_HANDLE(object) typedef struct object##_T* object; @@ -1474,7 +1474,7 @@ maintained in the master branch of the Khronos Vulkan GitHub project. VkStructureType sType - const void* pNext + const void* pNext VkRect2D srcRect VkRect2D dstRect VkBool32 persistent @@ -2108,7 +2108,7 @@ maintained in the master branch of the Khronos Vulkan GitHub project. VkStructureType sType - const void* pNext + const void* pNext uint32_t swapchainCount const uint32_t* pDeviceMasks VkDeviceGroupPresentModeFlagBitsKHX mode @@ -2176,7 +2176,7 @@ maintained in the master branch of the Khronos Vulkan GitHub project. VkStructureType sType - const void* pNext + const void* pNext uint32_t swapchainCount const VkPresentTimeGOOGLE* pTimes @@ -5678,9 +5678,6 @@ maintained in the master branch of the Khronos Vulkan GitHub project. - - - @@ -6061,7 +6058,7 @@ maintained in the master branch of the Khronos Vulkan GitHub project. - + @@ -6209,10 +6206,10 @@ maintained in the master branch of the Khronos Vulkan GitHub project. - + - + @@ -6221,5 +6218,11 @@ maintained in the master branch of the Khronos Vulkan GitHub project. + + + + + + -- cgit v1.2.3