MPSMatrixDescriptor.Create(nuint, nuint, nuint, MPSDataType) 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("matrixDescriptorWithDimensions:columns:rowBytes:dataType:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.None, null)]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.None, null)]
public static MetalPerformanceShaders.MPSMatrixDescriptor Create (nuint rows, nuint columns, nuint rowBytes, MetalPerformanceShaders.MPSDataType dataType);
[Foundation.Export("matrixDescriptorWithDimensions:columns:rowBytes:dataType:")]
public static MetalPerformanceShaders.MPSMatrixDescriptor Create (nuint rows, nuint columns, nuint rowBytes, MetalPerformanceShaders.MPSDataType dataType);
static member Create : nuint * nuint * nuint * MetalPerformanceShaders.MPSDataType -> MetalPerformanceShaders.MPSMatrixDescriptor
Parameters
- rows
- System.System.UIntPtr System.unativeint
- columns
- System.System.UIntPtr System.unativeint
- rowBytes
- System.System.UIntPtr System.unativeint
- dataType
- MPSDataType
Returns
- Attributes