MTLCaptureManager
An instance you use to capture Metal command data in your app.
Declaration
class MTLCaptureManagerOverview
A capture manager works with the frame capture feature to:
Capture data about Metal commands programmatically. See Capturing a Metal workload programmatically.
Only capture commands that apply to a specific MTLDevice, command queue, or MTLCaptureScope instance.
Assign a default MTLCaptureScope instance for captures you create in Xcode by clicking the Capture GPU workload button in the debug bar, which has an icon with the Metal logo.
The Metal debugger requires you to enable GPU Frame Capture in your project settings; see Capturing a Metal workload in Xcode.
For more information about Metal frame capture, see Metal debugger.