Skip to main content

Module heap

Module heap 

Source
Expand description

Metal heap resources.

Corresponds to Metal/MTLHeap.hpp.

Heaps allow you to allocate multiple resources from a single memory allocation.

Structsยง

Heap
A memory pool from which resources can be allocated.
HeapDescriptor
A configuration for a heap.