commit | c88e5cb070b126ffaa69a8940233c5afa0079347 | [log] [tgz] |
---|---|---|
author | Courtney Goeltzenleuchter <courtney@LunarG.com> | Tue Oct 20 10:37:05 2015 -0600 |
committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | Fri Oct 23 17:31:14 2015 -0600 |
tree | e28a88ec8642c750345293332baee2661805b7c7 | |
parent | 9feb073965d9c1c1f419045940af5753dd3c41d9 [diff] |
misc: Bump header to align with upstream
diff --git a/include/vulkan.h b/include/vulkan.h index 80b5ad5..fae3267 100644 --- a/include/vulkan.h +++ b/include/vulkan.h
@@ -41,7 +41,7 @@ ((major << 22) | (minor << 12) | patch) // Vulkan API version supported by this file -#define VK_API_VERSION VK_MAKE_VERSION(0, 170, 2) +#define VK_API_VERSION VK_MAKE_VERSION(0, 171, 1) #if defined(__cplusplus) && (_MSC_VER >= 1800 || __cplusplus >= 201103L)