[−][src]Module vulkano::memory::pool
Structs
StdHostVisibleMemoryTypePool | Memory pool that operates on a given memory type. |
StdHostVisibleMemoryTypePoolAlloc | |
StdMemoryPool | |
StdMemoryPoolAlloc | |
StdNonHostVisibleMemoryTypePool | Memory pool that operates on a given memory type. |
StdNonHostVisibleMemoryTypePoolAlloc |
Enums
AllocFromRequirementsFilter | |
AllocLayout | Layout of the object being allocated. |
MappingRequirement | Whether an allocation should map the memory or not. |
PotentialDedicatedAllocation | Enumeration that can contain either a generic allocation coming from a pool, or a dedicated allocation for one specific resource. |
Traits
MemoryPool | Pool of GPU-visible memory that can be allocated from. |
MemoryPoolAlloc | Object that represents a single allocation. Its destructor should free the chunk. |