diff options
author | Jon Leech <[email protected]> | 2019-03-11 02:33:59 -0700 |
---|---|---|
committer | Jon Leech <[email protected]> | 2019-03-11 02:36:21 -0700 |
commit | d05c8df88da98ec1ab3bc600d7f5783b4060895b (patch) | |
tree | c23dd000d1cd711343cefa740cbb0188802241ed /include/vulkan/vulkan_core.h | |
parent | 982f0f84dccf6f281b48318c77261a9028000126 (diff) | |
download | Vulkan-Headers-d05c8df88da98ec1ab3bc600d7f5783b4060895b.tar.gz Vulkan-Headers-d05c8df88da98ec1ab3bc600d7f5783b4060895b.zip |
Update for Vulkan-Docs 1.1.103v1.1.103
Diffstat (limited to 'include/vulkan/vulkan_core.h')
-rw-r--r-- | include/vulkan/vulkan_core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vulkan/vulkan_core.h b/include/vulkan/vulkan_core.h index 166c9e0..ec2a7b5 100644 --- a/include/vulkan/vulkan_core.h +++ b/include/vulkan/vulkan_core.h @@ -43,7 +43,7 @@ extern "C" { #define VK_VERSION_MINOR(version) (((uint32_t)(version) >> 12) & 0x3ff) #define VK_VERSION_PATCH(version) ((uint32_t)(version) & 0xfff) // Version of this file -#define VK_HEADER_VERSION 102 +#define VK_HEADER_VERSION 103 #define VK_NULL_HANDLE 0 |