diff options
| author | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-09-16 17:01:46 -0600 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-09-17 15:32:11 -0600 |
| commit | 5ed1e4e98387e0e72903c84043c2d200b05df721 (patch) | |
| tree | db856c4928c0b05c90fca77dc8ac78675e6b4867 /include | |
| parent | 5170a0af7cdaf65dc8e1d9f2eb12a91dd40c05ee (diff) | |
| download | usermoji-5ed1e4e98387e0e72903c84043c2d200b05df721.tar.xz | |
misc: bump header version to 170
This is version of header included in the provisional spec release
branch: release_provisional_I_20150910
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 01cbfec4..5f1972f3 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, 169, 0) +#define VK_API_VERSION VK_MAKE_VERSION(0, 170, 0) #if defined(__cplusplus) && (_MSC_VER >= 1800 || __cplusplus >= 201103L) |
