Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
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
- Ratification Status
- Ratified
- Extension and Version Dependencies
- VK_KHR_get_physical_device_properties2
- Deprecation State
- Promoted to Vulkan 1.1
- 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
KHR_EXTERNAL_FENCE_CAPABILITIES_SPEC_VERSION
LUID_SIZE_KHR
Extending
ExternalFenceFeatureFlagBits
:Extending
ExternalFenceHandleTypeFlagBits
:Extending
StructureType
:
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
pattern EXTERNAL_FENCE_HANDLE_TYPE_OPAQUE_WIN32_KMT_BIT_KHR :: ExternalFenceHandleTypeFlagBits Source #
getPhysicalDeviceExternalFencePropertiesKHR :: MonadIO io => PhysicalDevice -> PhysicalDeviceExternalFenceInfo -> io ExternalFenceProperties Source #
pattern KHR_EXTERNAL_FENCE_CAPABILITIES_SPEC_VERSION :: forall a. Integral a => a Source #
type KHR_EXTERNAL_FENCE_CAPABILITIES_EXTENSION_NAME = "VK_KHR_external_fence_capabilities" Source #
pattern KHR_EXTERNAL_FENCE_CAPABILITIES_EXTENSION_NAME :: forall a. (Eq a, IsString a) => a Source #
pattern LUID_SIZE_KHR :: Integral a => a Source #