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.
Starts capturing any of your app’s Metal commands that are executed by the device object.
func startCapture(device: any MTLDevice)The device object whose commands you want to capture.