MPSMatrixDescriptor.Create(nuint, nuint, nuint, MPSDataType) Method

Definition

[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

Applies to