Contents

MTL4NewBinaryFunctionCompletionHandler

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

Declaration

typealias MTL4NewBinaryFunctionCompletionHandler = @Sendable ((any MTL4BinaryFunction)?, (any Error)?) -> Void

See Also

Pipeline compilation