Class VkMemoryWin32HandlePropertiesKHR

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

public class VkMemoryWin32HandlePropertiesKHR extends org.lwjgl.system.Struct<VkMemoryWin32HandlePropertiesKHR> implements org.lwjgl.system.NativeResource
Properties of External Memory Windows Handles.
Valid Usage (Implicit)
See Also

GetMemoryWin32HandlePropertiesKHR

Layout


 struct VkMemoryWin32HandlePropertiesKHR {
     VkStructureType sType();
     void * pNext();
     uint32_t memoryTypeBits();
 }