From e96576872ebbd994f37a3500f7f0617699378bf2 Mon Sep 17 00:00:00 2001 From: Mark Lobodzinski Date: Mon, 22 May 2017 10:10:07 -0600 Subject: header: Update to 1.0.50 Vulkan version - updated include/vulkan/vulkan.h - updated scripts/vk.xml - updated layers json files - updated tests json files - build new verison of vulkan.hpp - code fixups for deprecated DebugReportError enum Note that this does NOT include any shader-checker support for the VK_AMD_texture_gather_bias_lod extension, as this requires glslang and SPIR-V updates. Change-Id: Ie01aed143f2fad065c86e2a27e46fe32ccb9e1f7 --- scripts/vk.xml | 36 ++++++++++++++++++++---------------- 1 file changed, 20 insertions(+), 16 deletions(-) (limited to 'scripts') diff --git a/scripts/vk.xml b/scripts/vk.xml index 1beed0b7..6b808b68 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 49 +#define VK_HEADER_VERSION 50 #define VK_DEFINE_HANDLE(object) typedef struct object##_T* object; @@ -383,7 +383,6 @@ maintained in the master branch of the Khronos Vulkan GitHub project. - @@ -547,7 +546,7 @@ maintained in the master branch of the Khronos Vulkan GitHub project. VkStructureType sType - const void* pNext + const void* pNext VkInstanceCreateFlags flags const VkApplicationInfo* pApplicationInfo uint32_t enabledLayerCount @@ -1577,7 +1576,7 @@ maintained in the master branch of the Khronos Vulkan GitHub project. VkStructureType sType const void* pNext - VkDebugReportFlagsEXT flags + VkDebugReportFlagsEXT flags PFN_vkDebugReportCallbackEXT pfnCallback void* pUserData @@ -1786,7 +1785,7 @@ maintained in the master branch of the Khronos Vulkan GitHub project. VkStructureType sType - void* pNext + void* pNext VkImageFormatProperties imageFormatProperties @@ -2275,6 +2274,11 @@ maintained in the master branch of the Khronos Vulkan GitHub project. void* pNext VkImageUsageFlags sharedPresentSupportedUsageFlags + + VkStructureType sType + void* pNext + VkBool32 supportsTextureGatherLODBiasAMD + @@ -3109,16 +3113,12 @@ maintained in the master branch of the Khronos Vulkan GitHub project. - + - - - - @@ -3136,6 +3136,7 @@ maintained in the master branch of the Khronos Vulkan GitHub project. + @@ -4853,7 +4854,7 @@ maintained in the master branch of the Khronos Vulkan GitHub project. uint32_t discardRectangleCount const VkRect2D* pDiscardRectangles - + VkResult vkGetPhysicalDeviceSurfaceCapabilities2KHR VkPhysicalDevice physicalDevice const VkPhysicalDeviceSurfaceInfo2KHR* pSurfaceInfo @@ -5243,14 +5244,15 @@ maintained in the master branch of the Khronos Vulkan GitHub project. - + + - + @@ -5458,10 +5460,12 @@ maintained in the master branch of the Khronos Vulkan GitHub project. - + - - + + + + -- cgit v1.2.3