Share via


MPSTemporaryMatrix.Create(IMTLCommandBuffer, MPSMatrixDescriptor) Method

Definition

[Foundation.Export("temporaryMatrixWithCommandBuffer:matrixDescriptor:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static MetalPerformanceShaders.MPSTemporaryMatrix Create(Metal.IMTLCommandBuffer commandBuffer, MetalPerformanceShaders.MPSMatrixDescriptor matrixDescriptor);
[<Foundation.Export("temporaryMatrixWithCommandBuffer:matrixDescriptor:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : Metal.IMTLCommandBuffer * MetalPerformanceShaders.MPSMatrixDescriptor -> MetalPerformanceShaders.MPSTemporaryMatrix

Parameters

commandBuffer
IMTLCommandBuffer
matrixDescriptor
MPSMatrixDescriptor

Returns

Attributes

Applies to