MPSCommandBuffer.CreateComputeCommandEncoder(MTLComputePassDescriptor) 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.
[Foundation.Export("computeCommandEncoderWithDescriptor:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Metal.IMTLComputeCommandEncoder CreateComputeCommandEncoder(Metal.MTLComputePassDescriptor computePassDescriptor);
[<Foundation.Export("computeCommandEncoderWithDescriptor:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member CreateComputeCommandEncoder : Metal.MTLComputePassDescriptor -> Metal.IMTLComputeCommandEncoder
override this.CreateComputeCommandEncoder : Metal.MTLComputePassDescriptor -> Metal.IMTLComputeCommandEncoder
Parameters
- computePassDescriptor
- MTLComputePassDescriptor
Returns
Implements
- Attributes