Class VkExportMemoryAllocateInfoKHR

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkExportMemoryAllocateInfo>
org.lwjgl.vulkan.VkExportMemoryAllocateInfo
org.lwjgl.vulkan.VkExportMemoryAllocateInfoKHR
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class VkExportMemoryAllocateInfoKHR extends VkExportMemoryAllocateInfo
See VkExportMemoryAllocateInfo.

Layout


 struct VkExportMemoryAllocateInfoKHR {
     VkStructureType sType;
     void const * pNext;
     VkExternalMemoryHandleTypeFlags handleTypes;
 }