mtl-rs 0.1.11

Rust bindings for Apple's Metal API
1
2
3
4
5
6
7
8
9
10
11
12
13
mod attribute;
mod function_node;
mod graph;
mod input_node;
mod options;
mod stitched_library_descriptor;

pub use attribute::{MTLFunctionStitchingAttribute, MTLFunctionStitchingAttributeAlwaysInline};
pub use function_node::MTLFunctionStitchingFunctionNode;
pub use graph::MTLFunctionStitchingGraph;
pub use input_node::{MTLFunctionStitchingInputNode, MTLFunctionStitchingNode};
pub use options::MTLStitchedLibraryOptions;
pub use stitched_library_descriptor::MTLStitchedLibraryDescriptor;