From abb03277adeee3aab3b819130bf837571c32149b Mon Sep 17 00:00:00 2001 From: Mark Lobodzinski Date: Mon, 24 Jul 2017 11:05:40 -0600 Subject: header: Update to version 1.0.56 of the Vulkan hdr - updated vulkan.h - updated vk.xml - updated Win/Lin .json files - updated vk_validation_error_database.h - updated vk_validation_error_messages.h - updated vulkan.hpp Change-Id: Ibf64c8a1760743b3118794b0ef5f6d34b108bbbc --- scripts/vk.xml | 39 ++++++++++++++++++++------------------- 1 file changed, 20 insertions(+), 19 deletions(-) (limited to 'scripts') diff --git a/scripts/vk.xml b/scripts/vk.xml index 13431d93..5561e7f6 100644 --- a/scripts/vk.xml +++ b/scripts/vk.xml @@ -58,6 +58,7 @@ private version is maintained in the 1.0 branch of the member gitlab server. + @@ -105,7 +106,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 55 +#define VK_HEADER_VERSION 56 #define VK_DEFINE_HANDLE(object) typedef struct object##_T* object; @@ -1591,7 +1592,7 @@ private version is maintained in the 1.0 branch of the member gitlab server. PFN_vkDebugReportCallbackEXT pfnCallbackFunction pointer of a callback function void* pUserDataUser data provided to callback function - + VkStructureType sTypeMust be VK_STRUCTURE_TYPE_VALIDATION_FLAGS_EXT const void* pNext uint32_t disabledValidationCheckCountNumber of validation checks to disable @@ -1646,23 +1647,23 @@ private version is maintained in the 1.0 branch of the member gitlab server. VkExternalMemoryHandleTypeFlagsNV exportFromImportedHandleTypes VkExternalMemoryHandleTypeFlagsNV compatibleHandleTypes - + VkStructureType sType const void* pNext VkExternalMemoryHandleTypeFlagsNV handleTypes - + VkStructureType sType const void* pNext VkExternalMemoryHandleTypeFlagsNV handleTypes - + VkStructureType sType const void* pNext VkExternalMemoryHandleTypeFlagsNV handleType HANDLE handle - + VkStructureType sType const void* pNext const SECURITY_ATTRIBUTES* pAttributes @@ -1894,29 +1895,29 @@ private version is maintained in the 1.0 branch of the member gitlab server. uint32_t deviceNodeMask VkBool32 deviceLUIDValid - + VkStructureType sType const void* pNext VkExternalMemoryHandleTypeFlagsKHR handleTypes - + VkStructureType sType const void* pNext VkExternalMemoryHandleTypeFlagsKHR handleTypes - + VkStructureType sType const void* pNext VkExternalMemoryHandleTypeFlagsKHR handleTypes - + VkStructureType sType const void* pNext VkExternalMemoryHandleTypeFlagBitsKHR handleType HANDLE handle LPCWSTR name - + VkStructureType sType const void* pNext const SECURITY_ATTRIBUTES* pAttributes @@ -1934,7 +1935,7 @@ private version is maintained in the 1.0 branch of the member gitlab server. VkDeviceMemory memory VkExternalMemoryHandleTypeFlagBitsKHR handleType - + VkStructureType sType const void* pNext VkExternalMemoryHandleTypeFlagBitsKHR handleType @@ -2089,7 +2090,7 @@ private version is maintained in the 1.0 branch of the member gitlab server. uint32_t maxMultiviewViewCountmax number of views in a subpass uint32_t maxMultiviewInstanceIndexmax instance index for a draw in a multiview subpass - + VkStructureType sType const void* pNext uint32_t subpassCount @@ -2327,7 +2328,7 @@ private version is maintained in the 1.0 branch of the member gitlab server. VkViewportCoordinateSwizzleNV z VkViewportCoordinateSwizzleNV w - + VkStructureType sType const void* pNext VkPipelineViewportSwizzleStateCreateFlagsNV flags @@ -2339,7 +2340,7 @@ private version is maintained in the 1.0 branch of the member gitlab server. void* pNext uint32_t maxDiscardRectanglesmax number of active discard rectangles - + VkStructureType sType const void* pNext VkPipelineDiscardRectangleStateCreateFlagsEXT flags @@ -5529,13 +5530,13 @@ private version is maintained in the 1.0 branch of the member gitlab server. - + - - - + + + -- cgit v1.2.3