vk/0.170.2: Bump header version

The header is now fully updated.
This commit is contained in:
Chad Versace
2015-10-07 11:44:44 -07:00
parent c2f94e3a0d
commit 2f1ca71360

View 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)