vulkan-3.17: Bindings to the Vulkan graphics API.
Safe HaskellNone
LanguageHaskell2010

Vulkan.Extensions.VK_KHR_external_fence_capabilities

Description

Name

VK_KHR_external_fence_capabilities - instance extension

VK_KHR_external_fence_capabilities

Name String
VK_KHR_external_fence_capabilities
Extension Type
Instance extension
Registered Extension Number
113
Revision
1
Extension and Version Dependencies
  • Requires Vulkan 1.0
  • Requires VK_KHR_get_physical_device_properties2
Deprecation state
Contact

Other Extension Metadata

Last Modified Date
2017-05-08
IP Status
No known IP claims.
Interactions and External Dependencies
  • Promoted to Vulkan 1.1 Core
Contributors
  • Jesse Hall, Google
  • James Jones, NVIDIA
  • Jeff Juliano, NVIDIA
  • Cass Everitt, Oculus
  • Contributors to VK_KHR_external_semaphore_capabilities

Description

An application may wish to reference device fences in multiple Vulkan logical devices or instances, in multiple processes, and/or in multiple APIs. This extension provides a set of capability queries and handle definitions that allow an application to determine what types of “external” fence handles an implementation supports for a given set of use cases.

Promotion to Vulkan 1.1

All functionality in this extension is included in core Vulkan 1.1, with the KHR suffix omitted. The original type, enum and command names are still available as aliases of the core functionality.

New Commands

New Structures

New Enums

New Bitmasks

New Enum Constants

Version History

  • Revision 1, 2017-05-08 (Jesse Hall)

    • Initial version

See Also

LUID_SIZE_KHR, ExternalFenceFeatureFlagBitsKHR, ExternalFenceFeatureFlagsKHR, ExternalFenceHandleTypeFlagBitsKHR, ExternalFenceHandleTypeFlagsKHR, ExternalFencePropertiesKHR, PhysicalDeviceExternalFenceInfoKHR, PhysicalDeviceIDPropertiesKHR, getPhysicalDeviceExternalFencePropertiesKHR

Document Notes

For more information, see the Vulkan Specification

This page is a generated document. Fixes and changes should be made to the generator scripts, not directly.

Documentation

type KHR_EXTERNAL_FENCE_CAPABILITIES_EXTENSION_NAME = "VK_KHR_external_fence_capabilities" Source #

pattern LUID_SIZE_KHR :: Integral a => a Source #