aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMark Lobodzinski <mark@lunarg.com>2017-10-30 09:35:31 -0600
committerMark Lobodzinski <mark@lunarg.com>2017-10-30 10:33:34 -0600
commitd52321b2f8314e21e186db3b4082b35af2138740 (patch)
tree661bfc2921e549f52a0826e14a81776442ba5064 /scripts
parent6dc25d80f67105857881c5aed5b87111a56d0947 (diff)
downloadusermoji-d52321b2f8314e21e186db3b4082b35af2138740.tar.xz
header: Update to version 1.0.65 of the Vulkan hdr
- update vulkan.h - update vk.xml - update Win/Lin json file versions - update vk_validation_error_messages.h - update vk_validation_error_database.txt - update vulkan.hpp Change-Id: Ib20f1955df85a31069c9ffc69c3260973b2c6633
Diffstat (limited to 'scripts')
-rw-r--r--scripts/vk.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vk.xml b/scripts/vk.xml
index d2aba617..f2f93b2d 100644
--- a/scripts/vk.xml
+++ b/scripts/vk.xml
@@ -107,7 +107,7 @@ private version is maintained in the 1.0 branch of the member gitlab server.
<type category="define">// Vulkan 1.0 version number
#define <name>VK_API_VERSION_1_0</name> <type>VK_MAKE_VERSION</type>(1, 0, 0)// Patch version should always be set to 0</type>
<type category="define">// Version of this file
-#define <name>VK_HEADER_VERSION</name> 64</type>
+#define <name>VK_HEADER_VERSION</name> 65</type>
<type category="define">
#define <name>VK_DEFINE_HANDLE</name>(object) typedef struct object##_T* object;</type>