headers: Update to version 1.1.77 of the Vulkan hdr

- updated vk.xml
- updated vulkan_core.h
- updated validusage.json
- updated vulkan.hpp
This commit is contained in:
Mark Lobodzinski
2018-06-13 13:42:35 -06:00
committed by Mike Schuchardt
parent 70413b6dcb
commit b1577d5fbd
4 changed files with 1292 additions and 571 deletions

File diff suppressed because it is too large Load Diff

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 76
#define VK_HEADER_VERSION 77
#define VK_NULL_HANDLE 0