MPSMatrixMultiplication.EncodeToCommandBuffer Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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