Contents

MTLIOCommandBufferHandler

A convenience type that defines the signature of an input/output command buffer’s completion handler.

Declaration

typealias MTLIOCommandBufferHandler = @Sendable (any MTLIOCommandBuffer) -> Void

Parameters

  • inputOutputCommandBuffer:

    The Mtliocommandbuffer instance that has finished executing is calling your completion handler.

See Also

I/O command buffers