Classes | |
| struct | Attachment |
| struct | Heap |
| struct | MemoryUsage |
| struct | Scope |
Public Types | |
| enum class | AllocationPolicy { HeapPlacement , ObjectPooling } |
Public Attributes | |
| AllocationPolicy | m_allocationPolicy = AllocationPolicy::HeapPlacement |
| AZStd::vector< Scope > | m_scopes |
| Flat array of scopes used last frame. | |
| AZStd::vector< Heap > | m_heaps |
| Flat array of heaps used last frame. | |
| MemoryUsage | m_reservedMemory |
| Reserved memory used by the transient pool. | |