vk/0.170.2: Bump header version
authorChad Versace <chad.versace@intel.com>
Wed, 7 Oct 2015 18:44:44 +0000 (11:44 -0700)
committerChad Versace <chad.versace@intel.com>
Wed, 7 Oct 2015 18:44:44 +0000 (11:44 -0700)
The header is now fully updated.

include/vulkan/vulkan.h

index 321a1d60b1b3dec409f6822f186651d942798688..03bcefea50a69ab1f6394d87d73a97c66d09fd35 100644 (file)
@@ -41,7 +41,7 @@ extern "C" {
     ((major << 22) | (minor << 12) | patch)
 
 // Vulkan API version supported by this file
-#define VK_API_VERSION VK_MAKE_VERSION(0, 138, 2)
+#define VK_API_VERSION VK_MAKE_VERSION(0, 170, 2)
 
 
 #if defined(__cplusplus) && (_MSC_VER >= 1800 || __cplusplus >= 201103L)