mirror of
https://github.com/KhronosGroup/Vulkan-Headers.git
synced 2025-06-01 08:07:40 +00:00
Update for Vulkan-Docs 1.1.125
This commit is contained in:
parent
0dd7c8c652
commit
d287523f48
4 changed files with 2159 additions and 747 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 124
|
||||
#define VK_HEADER_VERSION 125
|
||||
|
||||
|
||||
#define VK_NULL_HANDLE 0
|
||||
|
@ -6469,6 +6469,11 @@ typedef struct VkPhysicalDeviceVulkanMemoryModelFeaturesKHR {
|
|||
|
||||
|
||||
|
||||
#define VK_KHR_spirv_1_4 1
|
||||
#define VK_KHR_SPIRV_1_4_SPEC_VERSION 1
|
||||
#define VK_KHR_SPIRV_1_4_EXTENSION_NAME "VK_KHR_spirv_1_4"
|
||||
|
||||
|
||||
#define VK_KHR_surface_protected_capabilities 1
|
||||
#define VK_KHR_SURFACE_PROTECTED_CAPABILITIES_SPEC_VERSION 1
|
||||
#define VK_KHR_SURFACE_PROTECTED_CAPABILITIES_EXTENSION_NAME "VK_KHR_surface_protected_capabilities"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue