mtl-rs 0.1.12

Rust bindings for Apple's Metal API
1
2
3
4
5
6
7
mod heap;
mod heap_descriptor;
mod heap_type;

pub use heap::{MTLHeap, MTLHeapExt};
pub use heap_descriptor::MTLHeapDescriptor;
pub use heap_type::MTLHeapType;