From 117eaebace3e05a27265db3f5a663a73806e98e5 Mon Sep 17 00:00:00 2001 From: Courtney Goeltzenleuchter Date: Tue, 20 Oct 2015 16:52:45 -0600 Subject: [PATCH] misc: match upstream header v179 --- include/vulkan.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/vulkan.h b/include/vulkan.h index 18140bc..eb427f8 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) -- 2.7.4