Edit

Share via


MPSMatrixDecompositionLU.EncodeToCommandBuffer Method

Definition

[Foundation.Export("encodeToCommandBuffer:sourceMatrix:resultMatrix:pivotIndices:status:")]
public virtual void EncodeToCommandBuffer (Metal.IMTLCommandBuffer commandBuffer, MetalPerformanceShaders.MPSMatrix sourceMatrix, MetalPerformanceShaders.MPSMatrix resultMatrix, MetalPerformanceShaders.MPSMatrix pivotIndices, Metal.IMTLBuffer status);
abstract member EncodeToCommandBuffer : Metal.IMTLCommandBuffer * MetalPerformanceShaders.MPSMatrix * MetalPerformanceShaders.MPSMatrix * MetalPerformanceShaders.MPSMatrix * Metal.IMTLBuffer -> unit
override this.EncodeToCommandBuffer : Metal.IMTLCommandBuffer * MetalPerformanceShaders.MPSMatrix * MetalPerformanceShaders.MPSMatrix * MetalPerformanceShaders.MPSMatrix * Metal.IMTLBuffer -> unit

Parameters

commandBuffer
IMTLCommandBuffer
sourceMatrix
MPSMatrix
resultMatrix
MPSMatrix
pivotIndices
MPSMatrix
status
IMTLBuffer

To be added.

This parameter can be null.

Attributes

Applies to