Update for Vulkan-Docs 1.3.297

This commit is contained in:
Jon Leech 2024-10-04 07:03:49 -07:00 committed by Jon Leech
parent 29f979ee5a
commit 14345dab23
12 changed files with 238 additions and 33 deletions

View file

@ -1401,6 +1401,9 @@ namespace VULKAN_HPP_NAMESPACE
//=== VK_EXT_primitive_topology_list_restart ===
struct PhysicalDevicePrimitiveTopologyListRestartFeaturesEXT;
//=== VK_EXT_present_mode_fifo_latest_ready ===
struct PhysicalDevicePresentModeFifoLatestReadyFeaturesEXT;
#if defined( VK_USE_PLATFORM_FUCHSIA )
//=== VK_FUCHSIA_external_memory ===
struct ImportMemoryZirconHandleInfoFUCHSIA;