Class KHRExternalFence

java.lang.Object
org.lwjgl.vulkan.KHRExternalFence

public final class KHRExternalFence extends Object
An application using external memory may wish to synchronize access to that memory using fences. This extension enables an application to create fences from which non-Vulkan handles that reference the underlying synchronization primitive can be exported.
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.

Name String
VK_KHR_external_fence
Extension Type
Device extension
Registered Extension Number
114
Revision
1
Extension and Version Dependencies
VK_KHR_external_fence_capabilities
Deprecation State
Contact
Other Extension Metadata
Last Modified Date
2017-05-08
IP Status
No known IP claims.
Contributors
  • Field Details

    • VK_KHR_EXTERNAL_FENCE_SPEC_VERSION

      public static final int VK_KHR_EXTERNAL_FENCE_SPEC_VERSION
      The extension specification version.
      See Also:
    • VK_KHR_EXTERNAL_FENCE_EXTENSION_NAME

      public static final String VK_KHR_EXTERNAL_FENCE_EXTENSION_NAME
      The extension name.
      See Also:
    • VK_STRUCTURE_TYPE_EXPORT_FENCE_CREATE_INFO_KHR

      public static final int VK_STRUCTURE_TYPE_EXPORT_FENCE_CREATE_INFO_KHR
      Extends VkStructureType.
      See Also:
    • VK_FENCE_IMPORT_TEMPORARY_BIT_KHR

      public static final int VK_FENCE_IMPORT_TEMPORARY_BIT_KHR
      Extends VkFenceImportFlagBits.
      See Also: