diff options
| author | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-10-20 16:52:45 -0600 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-10-23 17:31:15 -0600 |
| commit | 117eaebace3e05a27265db3f5a663a73806e98e5 (patch) | |
| tree | a0e25cb1ffcfde4f8c424e629adb35ad78959918 /include/vulkan.h | |
| parent | bd5c174bb264d5581719d8666b0646dbc83315ae (diff) | |
| download | usermoji-117eaebace3e05a27265db3f5a663a73806e98e5.tar.xz | |
misc: match upstream header v179
Diffstat (limited to 'include/vulkan.h')
| -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 18140bc2..eb427f87 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, 178, 0) +#define VK_API_VERSION VK_MAKE_VERSION(0, 179, 0) #if defined(__cplusplus) && ((defined(_MSC_VER) && _MSC_VER >= 1800) || __cplusplus >= 201103L) |
