共用方式為


MTLCaptureManager.CreateNewCaptureScope 方法

定義

多載

CreateNewCaptureScope(IMTLCommandQueue)

使用指定的命令佇列建立新的擷取範圍。

CreateNewCaptureScope(IMTLDevice)

為指定的裝置建立新的擷取範圍。

CreateNewCaptureScope(IMTLCommandQueue)

使用指定的命令佇列建立新的擷取範圍。

[Foundation.Export("newCaptureScopeWithCommandQueue:")]
public virtual Metal.IMTLCaptureScope CreateNewCaptureScope (Metal.IMTLCommandQueue commandQueue);
abstract member CreateNewCaptureScope : Metal.IMTLCommandQueue -> Metal.IMTLCaptureScope
override this.CreateNewCaptureScope : Metal.IMTLCommandQueue -> Metal.IMTLCaptureScope

參數

commandQueue
IMTLCommandQueue

要限制擷取範圍的命令佇列。

傳回

屬性

適用於

CreateNewCaptureScope(IMTLDevice)

為指定的裝置建立新的擷取範圍。

[Foundation.Export("newCaptureScopeWithDevice:")]
public virtual Metal.IMTLCaptureScope CreateNewCaptureScope (Metal.IMTLDevice device);
abstract member CreateNewCaptureScope : Metal.IMTLDevice -> Metal.IMTLCaptureScope
override this.CreateNewCaptureScope : Metal.IMTLDevice -> Metal.IMTLCaptureScope

參數

device
IMTLDevice

要擷取的裝置。

傳回

屬性

適用於