diff options
| author | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-10-22 15:33:27 -0600 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-10-23 17:32:04 -0600 |
| commit | 822087f7b8bd8c40a9e6ca95eee64a01e000758c (patch) | |
| tree | 13f7ad1693e8c67132a1d0b07b1d5da0ba4667b3 | |
| parent | dd9a7ec64581fa72c80c4d6b2139fcc9bc20949d (diff) | |
| download | usermoji-822087f7b8bd8c40a9e6ca95eee64a01e000758c.tar.xz | |
misc: Update header to v181
| -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 ebff03f3..dc530098 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, 180, 0) +#define VK_API_VERSION VK_MAKE_VERSION(0, 181, 0) #if defined(__cplusplus) && ((defined(_MSC_VER) && _MSC_VER >= 1800) || __cplusplus >= 201103L) |
