Structures
VkMemoryHeap
Structure specifying a memory heap
The VkMemoryHeap structure is defined as:
typedef struct VkMemoryHeap {
VkDeviceSize size;
VkMemoryHeapFlags flags;
} VkMemoryHeap;
sizeis the total memory size in bytes in the heap.flagsis a bitmask of VkMemoryHeapFlagBits specifying attribute flags for the heap.