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