Class NVExternalMemory

java.lang.Object
org.lwjgl.vulkan.NVExternalMemory

public final class NVExternalMemory extends Object
Applications may wish to export memory to other Vulkan instances or other APIs, or import memory from other Vulkan instances or other APIs to enable Vulkan workloads to be split up across application module, process, or API boundaries. This extension enables applications to create exportable Vulkan memory objects such that the underlying resources can be referenced outside the Vulkan instance that created them.
Examples

     // TODO: Write some sample code here.
Name String
VK_NV_external_memory
Extension Type
Device extension
Registered Extension Number
57
Revision
1
Extension and Version Dependencies
VK_NV_external_memory_capabilities
Deprecation State
Contact
Other Extension Metadata
Last Modified Date
2016-08-19
IP Status
No known IP claims.
Contributors
  • James Jones, NVIDIA
  • Carsten Rohde, NVIDIA