header: Move vulkan.h to version 1.0.30
authorMark Lobodzinski <mark@lunarg.com>
Fri, 7 Oct 2016 20:24:32 +0000 (14:24 -0600)
committerMark Lobodzinski <mark@lunarg.com>
Fri, 7 Oct 2016 20:25:03 +0000 (14:25 -0600)
Change-Id: I99dd0d24feca887ea5c69e97856e96728491b0b5

include/vulkan/vulkan.h

index cc0ad1f..8c20531 100644 (file)
@@ -43,7 +43,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 29
+#define VK_HEADER_VERSION 30
 
 
 #define VK_NULL_HANDLE 0