mtl-rs 0.1.8

Rust bindings for Apple's Metal API
1
2
3
4
5
mod residency_set;
mod residency_set_descriptor;

pub use residency_set::{MTLResidencySet, MTLResidencySetExt};
pub use residency_set_descriptor::MTLResidencySetDescriptor;