From 759fd78e2bd7de86cf11bfeee4a33fb83d793477 Mon Sep 17 00:00:00 2001 From: Mark Lobodzinski Date: Fri, 17 Feb 2017 09:01:48 -0700 Subject: header: Update to Vulkan 1.0.41 updated: - include/vulkan/vk_platform.h - include/vulkan/vulkan.h - scripts/generator.py - scripts/cgenerator.py - scripts/lvl_genvk.py - scripts/reg.py - scripts/vk.xml - include/vulkan/vulkan.hpp - layers/tests json files - loader SOVERSION Change-Id: I1e7c3e39206be3c6d2c12b46c438a1fb9343945e --- scripts/vk.xml | 30 ++++++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) (limited to 'scripts/vk.xml') diff --git a/scripts/vk.xml b/scripts/vk.xml index 3a774fa7..b0b73f1b 100644 --- a/scripts/vk.xml +++ b/scripts/vk.xml @@ -65,6 +65,7 @@ maintained in the master branch of the Khronos Vulkan GitHub project. + @@ -109,7 +110,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 40 +#define VK_HEADER_VERSION 41 #define VK_DEFINE_HANDLE(object) typedef struct object##_T* object; @@ -5199,7 +5200,7 @@ maintained in the master branch of the Khronos Vulkan GitHub project. - + @@ -5310,5 +5311,30 @@ maintained in the master branch of the Khronos Vulkan GitHub project. + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3