bort-vma 0.3.3

Rust ffi bindings and idiomatic wrapper for AMD Vulkan Memory Allocator (VMA)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod alloc;
mod allocator;
mod definitions;
mod defragmentation;
mod ffi;
mod pool;

pub use alloc::*;
pub use allocator::*;
pub use definitions::*;
pub use defragmentation::*;
pub use pool::*;