Module vulkano::memory::pool

source ·

Structs

Enums

Layout of the object being allocated.
Whether an allocation should map the memory or not.
Enumeration that can contain either a generic allocation coming from a pool, or a dedicated allocation for one specific resource.

Traits

Pool of GPU-visible memory that can be allocated from.
Object that represents a single allocation. Its destructor should free the chunk.