MTLIOCommandBufferHandler
A convenience type that defines the signature of an input/output command buffer’s completion handler.
Declaration
typealias MTLIOCommandBufferHandler = @Sendable (any MTLIOCommandBuffer) -> VoidParameters
- inputOutputCommandBuffer:
The Mtliocommandbuffer instance that has finished executing is calling your completion handler.