1 2 3 4 5 6 7
use objc2::extern_protocol; use objc2_foundation::NSObjectProtocol; extern_protocol!( /// Bridged protocol for `MTLRenderPipelineState`. pub unsafe trait MTLRenderPipelineState: NSObjectProtocol {} );