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 | 79fd254774736a45c50817612c0c51779b5fe26a (patch) | |
| tree | 60576d4a6b1f602f5adf3f8642be705a3b762edb /include | |
| parent | 86365071d7d5e3478d22405f6155e51892658640 (diff) | |
| download | usermoji-79fd254774736a45c50817612c0c51779b5fe26a.tar.xz | |
v192: bump API minor version
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 5f3d32c9..d4de88bd 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, 191, 0) +#define VK_API_VERSION VK_MAKE_VERSION(0, 192, 0) #define VK_NULL_HANDLE 0 |
