tp::MemoryLocationInfo struct

Information about the physical device memory location.

Public variables

uint32_t memoryHeapIndex
The Vulkan memory heap index that the memory location maps to, or ~0 if not available on the device.
uint32_t memoryTypeIndex
The Vulkan memory type index that the memory location maps to, or ~0 if not available on the device.
uint64_t sizeBytes
The total size in bytes exposed by the device for this memory location.