diff options
| author | Chia-I Wu <olv@lunarg.com> | 2015-10-26 16:48:28 +0800 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-11-02 14:12:20 -0700 |
| commit | ccf127449c0c10599e46e6017c1fe2fa41e434da (patch) | |
| tree | 37bcc2a2629f6a1081a4fad341577d5482091fc8 | |
| parent | f073cde71d1594cd5b10623ddda10a75e39b9d11 (diff) | |
| download | usermoji-ccf127449c0c10599e46e6017c1fe2fa41e434da.tar.xz | |
v190: bump API minor version
| -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 cb7221ad..c2fcfb2f 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, 189, 0) +#define VK_API_VERSION VK_MAKE_VERSION(0, 190, 0) #define VK_NULL_HANDLE 0 |
