Type Alias objc2_metal::MTLNewRenderPipelineStateCompletionHandler

source ยท
pub type MTLNewRenderPipelineStateCompletionHandler = *mut Block<dyn Fn(*mut ProtocolObject<dyn MTLRenderPipelineState>, *mut NSError)>;
Available on crate features MTLDevice and MTLRenderPipeline and block2 only.