aboutsummaryrefslogtreecommitdiffstats
path: root/include/vulkan
diff options
context:
space:
mode:
authorCaio Marcelo de Oliveira Filho <[email protected]>2019-10-14 08:14:25 -0700
committerCaio Marcelo de Oliveira Filho <[email protected]>2019-10-14 08:23:27 -0700
commit90a7893ca8a191124908fdcc013b3274ebb8c1ab (patch)
treed1ede597da5af9408403de1028d3fef26b0df47b /include/vulkan
parent072c94f7245316d438df847affcc4df20aafebfb (diff)
vulkan: Update the XML and headers to 1.1.125
Acked-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'include/vulkan')
-rw-r--r--include/vulkan/vulkan_core.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/include/vulkan/vulkan_core.h b/include/vulkan/vulkan_core.h
index 4cf54f48222..9770c3b9be7 100644
--- a/include/vulkan/vulkan_core.h
+++ b/include/vulkan/vulkan_core.h
@@ -44,7 +44,7 @@ extern "C" {
#define VK_VERSION_MINOR(version) (((uint32_t)(version) >> 12) & 0x3ff)
#define VK_VERSION_PATCH(version) ((uint32_t)(version) & 0xfff)
// Version of this file
-#define VK_HEADER_VERSION 124
+#define VK_HEADER_VERSION 125
#define VK_NULL_HANDLE 0
@@ -6469,6 +6469,11 @@ typedef struct VkPhysicalDeviceVulkanMemoryModelFeaturesKHR {
+#define VK_KHR_spirv_1_4 1
+#define VK_KHR_SPIRV_1_4_SPEC_VERSION 1
+#define VK_KHR_SPIRV_1_4_EXTENSION_NAME "VK_KHR_spirv_1_4"
+
+
#define VK_KHR_surface_protected_capabilities 1
#define VK_KHR_SURFACE_PROTECTED_CAPABILITIES_SPEC_VERSION 1
#define VK_KHR_SURFACE_PROTECTED_CAPABILITIES_EXTENSION_NAME "VK_KHR_surface_protected_capabilities"