Contents

MTLCaptureManager

An instance you use to capture Metal command data in your app.

Declaration

class MTLCaptureManager

Overview

A capture manager works with the frame capture feature to:

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.

Topics

Obtaining the shared capture manager

Querying support for a capture destination

Creating a capture scope

Starting capture

Stopping capture

Monitoring capture

Instance Methods

See Also

Frame capture