mtl-rs 0.2.2

Rust bindings for Apple's Metal API
1
2
3
4
5
6
7
8
9
mod capture_destination;
mod capture_error;
mod descriptor;
mod manager;

pub use capture_destination::MTLCaptureDestination;
pub use capture_error::{MTLCaptureError, capture_error_domain};
pub use descriptor::{MTLCaptureDescriptor, MTLCaptureTarget, UnknownMTLCaptureTarget};
pub use manager::MTLCaptureManager;