header: bump to vers 210 only changes were to WSI
authorJon Ashburn <jon@lunarg.com>
Mon, 16 Nov 2015 16:12:13 +0000 (09:12 -0700)
committerJon Ashburn <jon@lunarg.com>
Mon, 16 Nov 2015 16:13:52 +0000 (09:13 -0700)
include/vulkan/vulkan.h

index d593ab3..61ea4fb 100644 (file)
@@ -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, 209, 0)
+#define VK_API_VERSION VK_MAKE_VERSION(0, 210, 0)
 
 
 #define VK_NULL_HANDLE 0