MTLCaptureManager.StartCapture 方法

定义

重载

StartCapture(IMTLCaptureScope)

开始捕获指定的范围。

StartCapture(IMTLCommandQueue)

在指定的命令队列上启动捕获。

StartCapture(IMTLDevice)

在指定设备上启动捕获。

StartCapture(IMTLCaptureScope)

开始捕获指定的范围。

[Foundation.Export("startCaptureWithScope:")]
public virtual void StartCapture (Metal.IMTLCaptureScope captureScope);
abstract member StartCapture : Metal.IMTLCaptureScope -> unit
override this.StartCapture : Metal.IMTLCaptureScope -> unit

参数

captureScope
IMTLCaptureScope

要开始捕获的范围。

属性

适用于

StartCapture(IMTLCommandQueue)

在指定的命令队列上启动捕获。

[Foundation.Export("startCaptureWithCommandQueue:")]
public virtual void StartCapture (Metal.IMTLCommandQueue commandQueue);
abstract member StartCapture : Metal.IMTLCommandQueue -> unit
override this.StartCapture : Metal.IMTLCommandQueue -> unit

参数

commandQueue
IMTLCommandQueue

要开始捕获的命令队列。

属性

适用于

StartCapture(IMTLDevice)

在指定设备上启动捕获。

[Foundation.Export("startCaptureWithDevice:")]
public virtual void StartCapture (Metal.IMTLDevice device);
abstract member StartCapture : Metal.IMTLDevice -> unit
override this.StartCapture : Metal.IMTLDevice -> unit

参数

device
IMTLDevice

要开始捕获的设备。

属性

适用于