Update for Vulkan-Docs 1.1.126
This commit is contained in:
parent
d287523f48
commit
6be1d00866
4 changed files with 30 additions and 12 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue