mpsgraph 0.2.0

Modern Rust bindings for Apple's Metal Performance Shaders Graph framework
Documentation
1
2
3
4
5
6
7
mod compute_device;
mod device;
mod device_type;
#[allow(dead_code)]
pub use compute_device::ComputeDevice;
pub use device::Device;
pub use device_type::DeviceType;