mtl-rs 0.1.10

Rust bindings for Apple's Metal API
1
2
3
4
5
6
7
use objc2::extern_protocol;
use objc2_foundation::NSObjectProtocol;

extern_protocol!(
    /// Bridged protocol for `MTLFunction`.
    pub unsafe trait MTLFunction: NSObjectProtocol {}
);