commit | 243aae7e6835efb05649de1a24cdeb6db5f2429e | [log] [tgz] |
---|---|---|
author | Courtney Goeltzenleuchter <courtney@LunarG.com> | Tue Oct 20 16:52:45 2015 -0600 |
committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | Fri Oct 23 17:31:15 2015 -0600 |
tree | cc45b3cdbf23d27e4a9322efcca5e2a7363cff40 | |
parent | 01d2ae18f05184e04eb29a2ab30480f8d4660d25 [diff] |
misc: match upstream header v179
diff --git a/include/vulkan.h b/include/vulkan.h index 18140bc..eb427f8 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, 178, 0) +#define VK_API_VERSION VK_MAKE_VERSION(0, 179, 0) #if defined(__cplusplus) && ((defined(_MSC_VER) && _MSC_VER >= 1800) || __cplusplus >= 201103L)