vulkan-3.24.4: Bindings to the Vulkan graphics API.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Vulkan.Extensions.VK_KHR_external_semaphore_capabilities

Description

Name

VK_KHR_external_semaphore_capabilities - instance extension

VK_KHR_external_semaphore_capabilities

Name String
VK_KHR_external_semaphore_capabilities
Extension Type
Instance extension
Registered Extension Number
77
Revision
1
Extension and Version Dependencies
  • Requires support for Vulkan 1.0
  • Requires VK_KHR_get_physical_device_properties2 to be enabled
Deprecation state
Contact

Other Extension Metadata

Last Modified Date
2016-10-20
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

Description

An application may wish to reference device semaphores 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” semaphore 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, 2016-10-20 (James Jones)

    • Initial revision

See Also

LUID_SIZE_KHR, ExternalSemaphoreFeatureFlagBitsKHR, ExternalSemaphoreFeatureFlagsKHR, ExternalSemaphoreHandleTypeFlagBitsKHR, ExternalSemaphoreHandleTypeFlagsKHR, ExternalSemaphorePropertiesKHR, PhysicalDeviceExternalSemaphoreInfoKHR, PhysicalDeviceIDPropertiesKHR, getPhysicalDeviceExternalSemaphorePropertiesKHR

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_SEMAPHORE_CAPABILITIES_EXTENSION_NAME = "VK_KHR_external_semaphore_capabilities" Source #

pattern LUID_SIZE_KHR :: Integral a => a Source #