Contents

makeCaptureScope(commandQueue:)

Creates a capture scope for commands submitted to a specific command queue.

Declaration

func makeCaptureScope(commandQueue: any MTLCommandQueue) -> any MTLCaptureScope

Parameters

  • commandQueue:

    The command queue whose commands you want to capture.

See Also

Creating a capture scope