aboutsummaryrefslogtreecommitdiff
path: root/scripts/vk.xml
diff options
context:
space:
mode:
authorMark Lobodzinski <mark@lunarg.com>2017-04-17 12:28:27 -0600
committerMark Lobodzinski <mark@lunarg.com>2017-04-17 15:36:39 -0600
commit676b32f09c7496b27bf80c2a2be4840deafdf5de (patch)
tree249b3f2e071500e1ea4a0c0c4d868fac2a200dbf /scripts/vk.xml
parentfba3bf59ed6304ec13192f6583eb826d6a554ac2 (diff)
downloadusermoji-676b32f09c7496b27bf80c2a2be4840deafdf5de.tar.xz
header: Update to 1.0.48 Vulkan version
- updated include/vulkan/vulkan.h - updated scripts/vk.xml - updated layers json files - updated tests json files - updated vulkan.hpp Change-Id: I90407d181ad6a4652e1d1f210ee9b9d21c7857b0
Diffstat (limited to 'scripts/vk.xml')
-rw-r--r--scripts/vk.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vk.xml b/scripts/vk.xml
index aaabdb1a..b8db2ab4 100644
--- a/scripts/vk.xml
+++ b/scripts/vk.xml
@@ -112,7 +112,7 @@ maintained in the master branch of the Khronos Vulkan GitHub project.
<type category="define">// Vulkan 1.0 version number
#define <name>VK_API_VERSION_1_0</name> <type>VK_MAKE_VERSION</type>(1, 0, 0)</type> <!-- The patch version here should never be set to anything other than 0 -->
<type category="define">// Version of this file
-#define <name>VK_HEADER_VERSION</name> 47</type>
+#define <name>VK_HEADER_VERSION</name> 48</type>
<type category="define">
#define <name>VK_DEFINE_HANDLE</name>(object) typedef struct object##_T* object;</type>