header: Update to version 1.1.78 of the Vulkan hdr

- update vk.xml
- update vulkan_core.h
- updated validusage.json
- updated vulkan.hpp
This commit is contained in:
Mark Lobodzinski 2018-06-26 12:03:58 -06:00
parent 763929122b
commit 0eb9f92e99
4 changed files with 51 additions and 43 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 77
#define VK_HEADER_VERSION 78
#define VK_NULL_HANDLE 0