diff options
| author | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-10-23 10:37:38 -0600 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-10-26 16:24:10 -0600 |
| commit | abd50880e9bee98cb77aec5186781d4098934e0c (patch) | |
| tree | 9534097ffe87e5d5b8b9b347cb89cfb1baf4c833 /include | |
| parent | 2aff13fc673820c3d4e31a8c1ceb8b8e2b1f18f4 (diff) | |
| download | usermoji-abd50880e9bee98cb77aec5186781d4098934e0c.tar.xz | |
misc: bump to header version 182
Diffstat (limited to 'include')
| -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 e938a5bd..fda86fdd 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, 181, 0) +#define VK_API_VERSION VK_MAKE_VERSION(0, 182, 0) #if defined(__cplusplus) && ((defined(_MSC_VER) && _MSC_VER >= 1800) || __cplusplus >= 201103L) |
