MTLCaptureManager.CreateNewCaptureScope Method

Definition

Overloads

CreateNewCaptureScope(IMTL4CommandQueue)

[Foundation.Export("newCaptureScopeWithMTL4CommandQueue:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Metal.IMTLCaptureScope CreateNewCaptureScope(Metal.IMTL4CommandQueue commandQueue);
[<Foundation.Export("newCaptureScopeWithMTL4CommandQueue:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member CreateNewCaptureScope : Metal.IMTL4CommandQueue -> Metal.IMTLCaptureScope
override this.CreateNewCaptureScope : Metal.IMTL4CommandQueue -> Metal.IMTLCaptureScope

Parameters

commandQueue
IMTL4CommandQueue

Returns

Attributes

Applies to

CreateNewCaptureScope(IMTLCommandQueue)

[Foundation.Export("newCaptureScopeWithCommandQueue:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Metal.IMTLCaptureScope CreateNewCaptureScope(Metal.IMTLCommandQueue commandQueue);
[<Foundation.Export("newCaptureScopeWithCommandQueue:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member CreateNewCaptureScope : Metal.IMTLCommandQueue -> Metal.IMTLCaptureScope
override this.CreateNewCaptureScope : Metal.IMTLCommandQueue -> Metal.IMTLCaptureScope

Parameters

commandQueue
IMTLCommandQueue

Returns

Attributes

Applies to

CreateNewCaptureScope(IMTLDevice)

[Foundation.Export("newCaptureScopeWithDevice:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Metal.IMTLCaptureScope CreateNewCaptureScope(Metal.IMTLDevice device);
[<Foundation.Export("newCaptureScopeWithDevice:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member CreateNewCaptureScope : Metal.IMTLDevice -> Metal.IMTLCaptureScope
override this.CreateNewCaptureScope : Metal.IMTLDevice -> Metal.IMTLCaptureScope

Parameters

device
IMTLDevice

Returns

Attributes

Applies to