mtl-rs 0.1.11

Rust bindings for Apple's Metal API
1
2
3
4
5
6
7
8
9
mod buffer_arguments;
mod descriptor;
mod intersection_function_table;
mod signature;

pub use buffer_arguments::MTLIntersectionFunctionBufferArguments;
pub use descriptor::MTLIntersectionFunctionTableDescriptor;
pub use intersection_function_table::{MTLIntersectionFunctionTable, MTLIntersectionFunctionTableExt};
pub use signature::MTLIntersectionFunctionSignature;