Contents

startCapture(device:)

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

Declaration

func startCapture(device: any MTLDevice)

Parameters

  • device:

    The device object whose commands you want to capture.

See Also

Starting capture