From eeb792b5abfa36276546bcbb17029d1e83052d96 Mon Sep 17 00:00:00 2001 From: Mike Schuchardt Date: Wed, 7 Mar 2018 16:19:13 -0700 Subject: header: 1.1.70 update Change-Id: Ifa07a957e3c0e51c9b5c00b6c9d7fff04905c8ab --- scripts/vk.xml | 38 ++++++++++++++++++++++++++++++-------- 1 file changed, 30 insertions(+), 8 deletions(-) (limited to 'scripts/vk.xml') diff --git a/scripts/vk.xml b/scripts/vk.xml index 0b65ee8a..3d7a35b5 100644 --- a/scripts/vk.xml +++ b/scripts/vk.xml @@ -136,7 +136,7 @@ private version is maintained in the 1.0 branch of the member gitlab server. // Vulkan 1.1 version number #define VK_API_VERSION_1_1 VK_MAKE_VERSION(1, 1, 0)// Patch version should always be set to 0 // Version of this file -#define VK_HEADER_VERSION 69 +#define VK_HEADER_VERSION 70 #define VK_DEFINE_HANDLE(object) typedef struct object##_T* object; @@ -2893,7 +2893,7 @@ private version is maintained in the 1.0 branch of the member gitlab server. void* pNext VkDeviceSize minImportedHostPointerAlignment - + VkStructureType sType void* pNextPointer to next structure float primitiveOverestimationSizeThe size in pixels the primitive is enlarged at each edge during conservative rasterization @@ -2914,6 +2914,21 @@ private version is maintained in the 1.0 branch of the member gitlab server. VkConservativeRasterizationModeEXT conservativeRasterizationMode float extraPrimitiveOverestimationSize + + uint32_t binding + uint32_t divisor + + + VkStructureType sType + const void* pNext + uint32_t vertexBindingDivisorCount + const VkVertexInputBindingDivisorDescriptionEXT* pVertexBindingDivisors + + + VkStructureType sType + void* pNext + uint32_t maxVertexAttribDivisormax value of vertex attribute divisor + Vulkan enumerant (token) definitions @@ -6073,13 +6088,15 @@ private version is maintained in the 1.0 branch of the member gitlab server. - + + + @@ -6099,7 +6116,7 @@ private version is maintained in the 1.0 branch of the member gitlab server. - + @@ -6392,7 +6409,7 @@ private version is maintained in the 1.0 branch of the member gitlab server. - + @@ -8391,10 +8408,15 @@ private version is maintained in the 1.0 branch of the member gitlab server. - + - - + + + + + + + -- cgit v1.2.3