Module vulkano::memory::pool [] [src]

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

AllocLayout

Layout of the object being allocated.

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.