Class VkMemoryHostPointerPropertiesEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

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

The value returned by memoryTypeBits must only include bits that identify memory types which are host visible.

Valid Usage (Implicit)
See Also

GetMemoryHostPointerPropertiesEXT

Layout


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