Update for Vulkan-Docs 1.1.126

This commit is contained in:
Jon Leech 2019-10-21 02:37:33 -07:00 committed by Jon Leech
parent d287523f48
commit 6be1d00866
4 changed files with 30 additions and 12 deletions

View file

@ -44,7 +44,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 125
#define VK_HEADER_VERSION 126
#define VK_NULL_HANDLE 0