Class VkMemoryHostPointerPropertiesEXT

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

public class VkMemoryHostPointerPropertiesEXT extends org.lwjgl.system.Struct<VkMemoryHostPointerPropertiesEXT> implements org.lwjgl.system.NativeResource
Properties of external memory host pointer.
Description

The value returned by memoryTypeBits should only include bits that identify memory types which are host visible. Implementations may include bits that identify memory types which are not host visible. Behavior for imported pointers of such types is defined by VkImportMemoryHostPointerInfoEXT.

Valid Usage (Implicit)
See Also

GetMemoryHostPointerPropertiesEXT

Layout


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