Class VkImportMemoryWin32HandleInfoNV

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

public class VkImportMemoryWin32HandleInfoNV extends org.lwjgl.system.Struct<VkImportMemoryWin32HandleInfoNV> implements org.lwjgl.system.NativeResource
Import Win32 memory created on the same physical device.
Description

If handleType is 0, this structure is ignored by consumers of the VkMemoryAllocateInfo structure it is chained from.

Valid Usage
  • handleType must not have more than one bit set
  • handle must be a valid handle to memory, obtained as specified by handleType
Valid Usage (Implicit)

Layout


 struct VkImportMemoryWin32HandleInfoNV {
     VkStructureType sType();
     void const * pNext();
     VkExternalMemoryHandleTypeFlagsNV handleType();
     HANDLE handle();
 }