Update Vulkan-Headers to v1.3.237 (#1466)
Co-authored-by: GitHub <noreply@github.com> Co-authored-by: Andreas Süßenbach <asuessenbach@nvidia.com>
This commit is contained in:
committed by
GitHub
parent
c9faef1d0b
commit
d3728e63a1
@@ -1134,6 +1134,19 @@ namespace VULKAN_HPP_NAMESPACE
|
||||
//=== VK_EXT_shader_atomic_float2 ===
|
||||
struct PhysicalDeviceShaderAtomicFloat2FeaturesEXT;
|
||||
|
||||
//=== VK_EXT_surface_maintenance1 ===
|
||||
struct SurfacePresentModeEXT;
|
||||
struct SurfacePresentScalingCapabilitiesEXT;
|
||||
struct SurfacePresentModeCompatibilityEXT;
|
||||
|
||||
//=== VK_EXT_swapchain_maintenance1 ===
|
||||
struct PhysicalDeviceSwapchainMaintenance1FeaturesEXT;
|
||||
struct SwapchainPresentFenceInfoEXT;
|
||||
struct SwapchainPresentModesCreateInfoEXT;
|
||||
struct SwapchainPresentModeInfoEXT;
|
||||
struct SwapchainPresentScalingCreateInfoEXT;
|
||||
struct ReleaseSwapchainImagesInfoEXT;
|
||||
|
||||
//=== VK_NV_device_generated_commands ===
|
||||
struct PhysicalDeviceDeviceGeneratedCommandsPropertiesNV;
|
||||
struct PhysicalDeviceDeviceGeneratedCommandsFeaturesNV;
|
||||
@@ -11371,6 +11384,17 @@ namespace VULKAN_HPP_NAMESPACE
|
||||
Dispatch const & d VULKAN_HPP_DEFAULT_DISPATCHER_ASSIGNMENT ) const;
|
||||
#endif /* VULKAN_HPP_DISABLE_ENHANCED_MODE */
|
||||
|
||||
//=== VK_EXT_swapchain_maintenance1 ===
|
||||
|
||||
template <typename Dispatch = VULKAN_HPP_DEFAULT_DISPATCHER_TYPE>
|
||||
VULKAN_HPP_NODISCARD Result releaseSwapchainImagesEXT( const VULKAN_HPP_NAMESPACE::ReleaseSwapchainImagesInfoEXT * pReleaseInfo,
|
||||
Dispatch const & d VULKAN_HPP_DEFAULT_DISPATCHER_ASSIGNMENT ) const VULKAN_HPP_NOEXCEPT;
|
||||
#ifndef VULKAN_HPP_DISABLE_ENHANCED_MODE
|
||||
template <typename Dispatch = VULKAN_HPP_DEFAULT_DISPATCHER_TYPE>
|
||||
typename ResultValueType<void>::type releaseSwapchainImagesEXT( const VULKAN_HPP_NAMESPACE::ReleaseSwapchainImagesInfoEXT & releaseInfo,
|
||||
Dispatch const & d VULKAN_HPP_DEFAULT_DISPATCHER_ASSIGNMENT ) const;
|
||||
#endif /* VULKAN_HPP_DISABLE_ENHANCED_MODE */
|
||||
|
||||
//=== VK_NV_device_generated_commands ===
|
||||
|
||||
template <typename Dispatch = VULKAN_HPP_DEFAULT_DISPATCHER_TYPE>
|
||||
|
||||
Reference in New Issue
Block a user