diff options
| author | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-10-23 13:39:19 -0600 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-10-26 16:24:10 -0600 |
| commit | ee7e1caa2d158f4935d84fa57f6b0ed869556ff0 (patch) | |
| tree | 1400565e7864e154efc588fedb94b7a067e971ca | |
| parent | 66b48b9146174464315198f0a2149d887f15994a (diff) | |
| download | usermoji-ee7e1caa2d158f4935d84fa57f6b0ed869556ff0.tar.xz | |
misc: Bump to header version 183
| -rw-r--r-- | include/vulkan.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vulkan.h b/include/vulkan.h index 312ed70e..d6eb918c 100644 --- a/include/vulkan.h +++ b/include/vulkan.h @@ -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, 182, 0) +#define VK_API_VERSION VK_MAKE_VERSION(0, 183, 0) #if defined(__cplusplus) && ((defined(_MSC_VER) && _MSC_VER >= 1800) || __cplusplus >= 201103L) |
