Freigeben über


MTLCaptureManager.CreateNewCaptureScope Methode

Definition

Überlädt

CreateNewCaptureScope(IMTLCommandQueue)

Erstellt einen neuen Erfassungsbereich mit der angegebenen Befehlswarteschlange.

CreateNewCaptureScope(IMTLDevice)

Erstellt einen neuen Erfassungsbereich für das angegebene Gerät.

CreateNewCaptureScope(IMTLCommandQueue)

Erstellt einen neuen Erfassungsbereich mit der angegebenen Befehlswarteschlange.

[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

Parameter

commandQueue
IMTLCommandQueue

Die Befehlswarteschlange, auf die der Erfassungsbereich beschränkt werden soll.

Gibt zurück

Attribute

Gilt für:

CreateNewCaptureScope(IMTLDevice)

Erstellt einen neuen Erfassungsbereich für das angegebene Gerät.

[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

Parameter

device
IMTLDevice

Das zu erfassende Gerät.

Gibt zurück

Attribute

Gilt für: