From 635d0e99e8d0139e646c4a38150a5b210f0c105b Mon Sep 17 00:00:00 2001 From: Courtney Goeltzenleuchter Date: Tue, 20 Oct 2015 11:34:57 -0600 Subject: misc: upstream header v176 --- include/vulkan.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/vulkan.h b/include/vulkan.h index d395eb07..32fb4a67 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, 175, 0) +#define VK_API_VERSION VK_MAKE_VERSION(0, 176, 0) #if defined(__cplusplus) && ((defined(_MSC_VER) && _MSC_VER >= 1800) || __cplusplus >= 201103L) -- cgit v1.2.3