Contents

startCapture(commandQueue:)

Starts capturing any of your app’s Metal commands that are executed by the command queue.

Declaration

func startCapture(commandQueue: any MTLCommandQueue)

Parameters

  • commandQueue:

    The command queue whose commands you want to capture.

See Also

Starting capture