mtl-rs 0.2.1

Rust bindings for Apple's Metal API
1
2
3
4
5
6
7
8
9
mod binary_archive;
mod binary_archive_descriptor;
mod constants;
mod error;

pub use binary_archive::{MTLBinaryArchive, MTLBinaryArchiveExt};
pub use binary_archive_descriptor::MTLBinaryArchiveDescriptor;
pub use constants::binary_archive_domain;
pub use error::MTLBinaryArchiveError;