MTLCaptureManager.CreateNewCaptureScope Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| CreateNewCaptureScope(IMTL4CommandQueue) | |
| CreateNewCaptureScope(IMTLCommandQueue) | |
| CreateNewCaptureScope(IMTLDevice) |
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