Share via


MPSMatrixCopyDescriptor.Create Method

Definition

[Foundation.Export("descriptorWithSourceMatrix:destinationMatrix:offsets:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static MetalPerformanceShaders.MPSMatrixCopyDescriptor Create(MetalPerformanceShaders.MPSMatrix sourceMatrix, MetalPerformanceShaders.MPSMatrix destinationMatrix, MetalPerformanceShaders.MPSMatrixCopyOffsets offsets);
[<Foundation.Export("descriptorWithSourceMatrix:destinationMatrix:offsets:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : MetalPerformanceShaders.MPSMatrix * MetalPerformanceShaders.MPSMatrix * MetalPerformanceShaders.MPSMatrixCopyOffsets -> MetalPerformanceShaders.MPSMatrixCopyDescriptor

Parameters

sourceMatrix
MPSMatrix
destinationMatrix
MPSMatrix

Returns

Attributes

Applies to