vulkan: Update the XML and headers to 1.1.73

Acked-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
This commit is contained in:
Jason Ekstrand
2018-04-16 07:32:03 -07:00
parent 62510846b6
commit 35ef0f767e
2 changed files with 6 additions and 6 deletions

View File

@@ -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 72
#define VK_HEADER_VERSION 73
#define VK_NULL_HANDLE 0