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 15:04:09 -0700 |
| commit | aed616f1fab9b89cc90a47bd72be8cf108feaad9 (patch) | |
| tree | 81dc38dc0532726f04927fe44c6d267a838274be | |
| parent | b6d30c6bceeb157b4941c22e5db957c3fb241136 (diff) | |
| download | usermoji-aed616f1fab9b89cc90a47bd72be8cf108feaad9.tar.xz | |
v198: 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 9449dfa1..79ee9d43 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, 197, 0) +#define VK_API_VERSION VK_MAKE_VERSION(0, 198, 0) #define VK_NULL_HANDLE 0 |
