diff options
author | Jon Leech <[email protected]> | 2023-09-02 03:14:26 -0700 |
---|---|---|
committer | Jon Leech <[email protected]> | 2023-09-02 03:16:59 -0700 |
commit | 2634c969d7dc0e983f005f7f2e665cce8449efe6 (patch) | |
tree | e0ad8b01231838279552176e080fa2580e098085 /include/vulkan/vulkan_handles.hpp | |
parent | a0c76b4ef76e219483755ff61dce6b67ff79f24b (diff) | |
download | Vulkan-Headers-2634c969d7dc0e983f005f7f2e665cce8449efe6.tar.gz Vulkan-Headers-2634c969d7dc0e983f005f7f2e665cce8449efe6.zip |
Update for Vulkan-Docs 1.3.263v1.3.263
Diffstat (limited to 'include/vulkan/vulkan_handles.hpp')
-rw-r--r-- | include/vulkan/vulkan_handles.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/vulkan/vulkan_handles.hpp b/include/vulkan/vulkan_handles.hpp index 9e4f616..e0515c3 100644 --- a/include/vulkan/vulkan_handles.hpp +++ b/include/vulkan/vulkan_handles.hpp @@ -1699,6 +1699,9 @@ namespace VULKAN_HPP_NAMESPACE struct PhysicalDeviceExternalMemoryScreenBufferFeaturesQNX; #endif /*VK_USE_PLATFORM_SCREEN_QNX*/ + //=== VK_NV_descriptor_pool_overallocation === + struct PhysicalDeviceDescriptorPoolOverallocationFeaturesNV; + //=================================== //=== HANDLE forward declarations === //=================================== |