From 21596cd8dff8766fe7827217c1f9c204bfb223d8 Mon Sep 17 00:00:00 2001 From: Mark Lobodzinski Date: Mon, 13 Feb 2017 10:15:53 -0700 Subject: header: Update to Vulkan 1.0.40 fixed: - generators for latex math changes updated: - include/vulkan/vk_platform.h - include/vulkan/vulkan.h - scripts/generator.py - scripts/lvl_genvk.py - scripts/reg.py - scripts/vk.xml - include/vulkan/vulkan.hpp - layers/tests json files - loader SOVERSION Change-Id: Id7d6f9dee73888877f2e7528f5701871f54ece79 --- scripts/vk.xml | 83 ++++++++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 64 insertions(+), 19 deletions(-) (limited to 'scripts/vk.xml') diff --git a/scripts/vk.xml b/scripts/vk.xml index 779875b8..3a774fa7 100644 --- a/scripts/vk.xml +++ b/scripts/vk.xml @@ -63,6 +63,8 @@ maintained in the master branch of the Khronos Vulkan GitHub project. + + @@ -107,7 +109,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 39 +#define VK_HEADER_VERSION 40 #define VK_DEFINE_HANDLE(object) typedef struct object##_T* object; @@ -799,7 +801,7 @@ maintained in the master branch of the Khronos Vulkan GitHub project. const void* pNext VkShaderModuleCreateFlags flags size_t codeSize - const uint32_t* pCode + const uint32_t* pCode uint32_t binding @@ -927,7 +929,7 @@ maintained in the master branch of the Khronos Vulkan GitHub project. VkSampleCountFlagBits rasterizationSamples VkBool32 sampleShadingEnable float minSampleShading - const VkSampleMask* pSampleMask + const VkSampleMask* pSampleMask VkBool32 alphaToCoverageEnable VkBool32 alphaToOneEnable @@ -1538,7 +1540,7 @@ maintained in the master branch of the Khronos Vulkan GitHub project. const VkSemaphore* pWaitSemaphores uint32_t swapchainCount const VkSwapchainKHR* pSwapchains - const uint32_t* pImageIndices + const uint32_t* pImageIndices VkResult* pResults @@ -1825,6 +1827,20 @@ maintained in the master branch of the Khronos Vulkan GitHub project. const void* pNext VkSurfaceCounterFlagsEXT surfaceCounters + + + float x + float y + + + + VkXYColorEXT displayPrimaryRed + VkXYColorEXT displayPrimaryGreen + VkXYColorEXT displayPrimaryBlue + VkXYColorEXT whitePoint + float maxLuminance + float minLuminance + @@ -4088,6 +4104,13 @@ maintained in the master branch of the Khronos Vulkan GitHub project. VkSurfaceKHR surface VkSurfaceCapabilities2EXT* pSurfaceCapabilities + + void vkSetSMPTE2086MetadataEXT + VkDevice device + uint32_t swapchainCount + const VkSwapchainKHR* pSwapchains + const VkSMPTE2086MetadataEXT* pMetadata + @@ -4460,7 +4483,7 @@ maintained in the master branch of the Khronos Vulkan GitHub project. - + @@ -4540,13 +4563,14 @@ maintained in the master branch of the Khronos Vulkan GitHub project. - + - + + @@ -4806,7 +4830,7 @@ maintained in the master branch of the Khronos Vulkan GitHub project. - + @@ -4851,7 +4875,7 @@ maintained in the master branch of the Khronos Vulkan GitHub project. - + @@ -4867,13 +4891,13 @@ maintained in the master branch of the Khronos Vulkan GitHub project. - + - + @@ -4897,7 +4921,7 @@ maintained in the master branch of the Khronos Vulkan GitHub project. - + @@ -5175,10 +5199,10 @@ maintained in the master branch of the Khronos Vulkan GitHub project. - + - - + + @@ -5188,15 +5212,18 @@ maintained in the master branch of the Khronos Vulkan GitHub project. - + - + - - + + + + + @@ -5265,5 +5292,23 @@ maintained in the master branch of the Khronos Vulkan GitHub project. + + + + + + + + + + + + + + + + + + -- cgit v1.2.3