共用方式為


MPSMatrixSolveCholesky.EncodeToCommandBuffer 方法

定義

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

參數

commandBuffer
IMTLCommandBuffer
sourceMatrix
MPSMatrix
rightHandSideMatrix
MPSMatrix
solutionMatrix
MPSMatrix
屬性

適用於