mtl-rs 0.1.7

Rust bindings for Apple's Metal API
1
2
3
4
5
6
7
mod map_indirect_arguments;
mod resource_state_command_encoder;
mod sparse_texture_mapping_mode;

pub use map_indirect_arguments::MTLMapIndirectArguments;
pub use resource_state_command_encoder::MTLResourceStateCommandEncoder;
pub use sparse_texture_mapping_mode::MTLSparseTextureMappingMode;