Class EXTQueueFamilyForeign

java.lang.Object
org.lwjgl.vulkan.EXTQueueFamilyForeign

public final class EXTQueueFamilyForeign extends Object
This extension defines a special queue family, QUEUE_FAMILY_FOREIGN_EXT, which can be used to transfer ownership of resources backed by external memory to foreign, external queues. This is similar to QUEUE_FAMILY_EXTERNAL_KHR, defined in VK_KHR_external_memory. The key differences between the two are:
Name String
VK_EXT_queue_family_foreign
Extension Type
Device extension
Registered Extension Number
127
Revision
1
Extension and Version Dependencies
VK_KHR_external_memory or Version 1.1
Contact
Other Extension Metadata
Last Modified Date
2017-11-01
IP Status
No known IP claims.
Contributors
  • Lina Versace, Google
  • James Jones, NVIDIA
  • Faith Ekstrand, Intel
  • Jesse Hall, Google
  • Daniel Rakos, AMD
  • Ray Smith, ARM
  • Field Details

    • VK_EXT_QUEUE_FAMILY_FOREIGN_SPEC_VERSION

      public static final int VK_EXT_QUEUE_FAMILY_FOREIGN_SPEC_VERSION
      The extension specification version.
      See Also:
    • VK_EXT_QUEUE_FAMILY_FOREIGN_EXTENSION_NAME

      public static final String VK_EXT_QUEUE_FAMILY_FOREIGN_EXTENSION_NAME
      The extension name.
      See Also:
    • VK_QUEUE_FAMILY_FOREIGN_EXT

      public static final int VK_QUEUE_FAMILY_FOREIGN_EXT
      VK_QUEUE_FAMILY_FOREIGN_EXT
      See Also: