header: Move vulkan.hpp to version 1.0.30
authorMark Lobodzinski <mark@lunarg.com>
Fri, 7 Oct 2016 21:35:29 +0000 (15:35 -0600)
committerMark Lobodzinski <mark@lunarg.com>
Fri, 7 Oct 2016 21:36:21 +0000 (15:36 -0600)
Change-Id: Ifb8a3577cd41ea4a36fea78c12d2a92ea5437e11

include/vulkan/vulkan.hpp

index b4fa8d3..f4f2266 100644 (file)
@@ -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