Edit

Share via


MPSMatrixMultiplication.EncodeToCommandBuffer Method

Definition

Encodes the matrix manipulation that is described by the left and right matrices, to the specified commandBuffer, and indicates that resultMatrix will contain the results.

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

Parameters

commandBuffer
IMTLCommandBuffer
leftMatrix
MPSMatrix
rightMatrix
MPSMatrix
resultMatrix
MPSMatrix
Attributes

Applies to