Module allocator

Source
Expand description

Manages mesh vertex and index buffers.

Structs§

MeshAllocator
Manages the assignment of mesh data to GPU buffers.
MeshAllocatorPlugin
A plugin that manages GPU memory for mesh data.
MeshAllocatorSettings
Tunable parameters that customize the behavior of the allocator.
MeshBufferSlice
The hardware buffer that mesh data lives in, as well as the range within that buffer.

Functions§

allocate_and_free_meshes
A system that processes newly-extracted or newly-removed meshes and writes their data into buffers or frees their data as appropriate.