MPSMatrixCopy.EncodeToCommandBuffer 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 |
|---|---|
| EncodeToCommandBuffer(IMTLCommandBuffer, MPSMatrixCopyDescriptor) | |
| EncodeToCommandBuffer(IMTLCommandBuffer, MPSMatrixCopyDescriptor, MPSVector, UIntPtr, MPSVector, UIntPtr) |
EncodeToCommandBuffer(IMTLCommandBuffer, MPSMatrixCopyDescriptor)
[Foundation.Export("encodeToCommandBuffer:copyDescriptor:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void EncodeToCommandBuffer(Metal.IMTLCommandBuffer cmdBuf, MetalPerformanceShaders.MPSMatrixCopyDescriptor copyDescriptor);
[<Foundation.Export("encodeToCommandBuffer:copyDescriptor:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member EncodeToCommandBuffer : Metal.IMTLCommandBuffer * MetalPerformanceShaders.MPSMatrixCopyDescriptor -> unit
override this.EncodeToCommandBuffer : Metal.IMTLCommandBuffer * MetalPerformanceShaders.MPSMatrixCopyDescriptor -> unit
Parameters
- cmdBuf
- IMTLCommandBuffer
- copyDescriptor
- MPSMatrixCopyDescriptor
- Attributes
Applies to
EncodeToCommandBuffer(IMTLCommandBuffer, MPSMatrixCopyDescriptor, MPSVector, UIntPtr, MPSVector, UIntPtr)
[Foundation.Export("encodeToCommandBuffer:copyDescriptor:rowPermuteIndices:rowPermuteOffset:columnPermuteIndices:columnPermuteOffset:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void EncodeToCommandBuffer(Metal.IMTLCommandBuffer commandBuffer, MetalPerformanceShaders.MPSMatrixCopyDescriptor copyDescriptor, MetalPerformanceShaders.MPSVector? rowPermuteIndices, UIntPtr rowPermuteOffset, MetalPerformanceShaders.MPSVector? columnPermuteIndices, UIntPtr columnPermuteOffset);
[<Foundation.Export("encodeToCommandBuffer:copyDescriptor:rowPermuteIndices:rowPermuteOffset:columnPermuteIndices:columnPermuteOffset:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member EncodeToCommandBuffer : Metal.IMTLCommandBuffer * MetalPerformanceShaders.MPSMatrixCopyDescriptor * MetalPerformanceShaders.MPSVector * unativeint * MetalPerformanceShaders.MPSVector * unativeint -> unit
override this.EncodeToCommandBuffer : Metal.IMTLCommandBuffer * MetalPerformanceShaders.MPSMatrixCopyDescriptor * MetalPerformanceShaders.MPSVector * unativeint * MetalPerformanceShaders.MPSVector * unativeint -> unit
Parameters
- commandBuffer
- IMTLCommandBuffer
- copyDescriptor
- MPSMatrixCopyDescriptor
- rowPermuteOffset
-
UIntPtr
unativeint
- columnPermuteOffset
-
UIntPtr
unativeint
- Attributes