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
CreateNewCaptureScope(IMTLCommandQueue) |
Creates a new capture scope with the specified command queue. |
CreateNewCaptureScope(IMTLDevice) |
Creates a new capture scope for the specified device. |
CreateNewCaptureScope(IMTLCommandQueue)
Creates a new capture scope with the specified command queue.
[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
Parameters
- commandQueue
- IMTLCommandQueue
The command queue to which to limit the capture scope.
Returns
- Attributes
Applies to
CreateNewCaptureScope(IMTLDevice)
Creates a new capture scope for the specified device.
[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
Parameters
- device
- IMTLDevice
The device to capture.
Returns
- Attributes