diff options
| author | Mark Lobodzinski <mark@lunarg.com> | 2016-10-07 15:35:29 -0600 |
|---|---|---|
| committer | Mark Lobodzinski <mark@lunarg.com> | 2016-10-07 15:36:21 -0600 |
| commit | eda46efaf223b0cd3571250120e391f0f55cb30d (patch) | |
| tree | 001197c87ac02d486092579b24001ac711482744 /include/vulkan | |
| parent | 6cdd092f0d21ff1520226b5634249728d0104038 (diff) | |
| download | usermoji-eda46efaf223b0cd3571250120e391f0f55cb30d.tar.xz | |
header: Move vulkan.hpp to version 1.0.30
Change-Id: Ifb8a3577cd41ea4a36fea78c12d2a92ea5437e11
Diffstat (limited to 'include/vulkan')
| -rw-r--r-- | include/vulkan/vulkan.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vulkan/vulkan.hpp b/include/vulkan/vulkan.hpp index b4fa8d3a..f4f22666 100644 --- a/include/vulkan/vulkan.hpp +++ b/include/vulkan/vulkan.hpp @@ -40,7 +40,7 @@ # include <vector> #endif /*VULKAN_HPP_DISABLE_ENHANCED_MODE*/ -static_assert( VK_HEADER_VERSION == 29 , "Wrong VK_HEADER_VERSION!" ); +static_assert( VK_HEADER_VERSION == 30 , "Wrong VK_HEADER_VERSION!" ); // 32-bit vulkan is not typesafe for handles, so don't allow copy constructors on this platform by default. // To enable this feature on 32-bit platforms please define VULKAN_HPP_TYPESAFE_CONVERSION |
