header: update to vers 1.0.8 which had no changes
authorJon Ashburn <jon@lunarg.com>
Mon, 4 Apr 2016 16:47:18 +0000 (10:47 -0600)
committerJon Ashburn <jon@lunarg.com>
Mon, 4 Apr 2016 16:47:18 +0000 (10:47 -0600)
Change-Id: I809110e8483d1877f5106551d9f066ed6c25d8bc

include/vulkan/vulkan.h

index d26e634090eccc5b214f7a8de74009f3b82de3d1..dca5e259fda44ea9f7db9880ce5eaa279a2739fb 100644 (file)
@@ -50,7 +50,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 7
+#define VK_HEADER_VERSION 8
 
 
 #define VK_NULL_HANDLE 0