MPSMatrixCopyDescriptor.Create 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.
[Foundation.Export("descriptorWithSourceMatrix:destinationMatrix:offsets:")]
public static MetalPerformanceShaders.MPSMatrixCopyDescriptor Create (MetalPerformanceShaders.MPSMatrix sourceMatrix, MetalPerformanceShaders.MPSMatrix destinationMatrix, MetalPerformanceShaders.MPSMatrixCopyOffsets offsets);
static member Create : MetalPerformanceShaders.MPSMatrix * MetalPerformanceShaders.MPSMatrix * MetalPerformanceShaders.MPSMatrixCopyOffsets -> MetalPerformanceShaders.MPSMatrixCopyDescriptor
Parameters
- sourceMatrix
- MPSMatrix
- destinationMatrix
- MPSMatrix
- offsets
- MPSMatrixCopyOffsets
Returns
- Attributes