mtl-rs 0.1.9

Rust bindings for Apple's Metal API
1
2
3
4
5
6
7
8
9
10
11
mod command_buffer;
mod descriptor;
mod error;
mod handler;
mod status;

pub use command_buffer::{MTLCommandBuffer, MTLCommandBufferExt};
pub use descriptor::MTLCommandBufferDescriptor;
pub use error::{MTLCommandBufferError, MTLCommandBufferErrorOption, command_buffer_error_domain};
pub use handler::MTLCommandBufferHandler;
pub use status::MTLCommandBufferStatus;