From b9997aaf868a2734997a17710f847beb20709f50 Mon Sep 17 00:00:00 2001 From: Mark Lobodzinski Date: Mon, 5 Jun 2017 09:27:30 -0600 Subject: header: Update to 1.0.51 Vulkan version - updated include/vulkan/vulkan.h - updated scripts/vk.xml - updated layers json files - updated tests json files - built and included new vulkan.hpp file Change-Id: I4f1d5609c8377047165e2ba14e89cba9877436db --- scripts/vk.xml | 50 ++++++++++++++++++++++++++++++++++---------------- 1 file changed, 34 insertions(+), 16 deletions(-) (limited to 'scripts') diff --git a/scripts/vk.xml b/scripts/vk.xml index 6b808b68..e013ce8b 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 50 +#define VK_HEADER_VERSION 51 #define VK_DEFINE_HANDLE(object) typedef struct object##_T* object; @@ -3150,21 +3150,21 @@ maintained in the master branch of the Khronos Vulkan GitHub project. - - - - - - - - + + + + + + + + - - - - - + + + + + @@ -4661,7 +4661,7 @@ maintained in the master branch of the Khronos Vulkan GitHub project. VkPhysicalDevice physicalDevice VkDisplayKHR display - + VkResult vkAcquireXlibDisplayEXT VkPhysicalDevice physicalDevice Display* dpy @@ -5226,7 +5226,7 @@ maintained in the master branch of the Khronos Vulkan GitHub project. - + @@ -6492,5 +6492,23 @@ maintained in the master branch of the Khronos Vulkan GitHub project. + + + + + + + + + + + + + + + + + + -- cgit v1.2.3