MTL4NewBinaryFunctionCompletionHandler

Type Alias MTL4NewBinaryFunctionCompletionHandler 

Source
pub type MTL4NewBinaryFunctionCompletionHandler = *mut DynBlock<dyn Fn(*mut ProtocolObject<dyn MTL4BinaryFunction>, *mut NSError)>;
Available on crate features MTL4BinaryFunction and MTL4Compiler and block2 only.
Expand description

Provides a signature for a callback block that Metal calls when the compiler finishes a build task for a binary function.

See also Apple’s documentation