Edit

Share via


MPSMatrixDescriptor.GetMatrixDescriptor Method

Definition

Overloads

GetMatrixDescriptor(nuint, nuint, nuint, MPSDataType)
GetMatrixDescriptor(nuint, nuint, nuint, nuint, nuint, MPSDataType)

GetMatrixDescriptor(nuint, nuint, nuint, MPSDataType)

[Foundation.Export("matrixDescriptorWithRows:columns:rowBytes:dataType:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static MetalPerformanceShaders.MPSMatrixDescriptor GetMatrixDescriptor (nuint rows, nuint columns, nuint rowBytes, MetalPerformanceShaders.MPSDataType dataType);
static member GetMatrixDescriptor : 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

GetMatrixDescriptor(nuint, nuint, nuint, nuint, nuint, MPSDataType)

[Foundation.Export("matrixDescriptorWithRows:columns:matrices:rowBytes:matrixBytes:dataType:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static MetalPerformanceShaders.MPSMatrixDescriptor GetMatrixDescriptor (nuint rows, nuint columns, nuint matrices, nuint rowBytes, nuint matrixBytes, MetalPerformanceShaders.MPSDataType dataType);
static member GetMatrixDescriptor : nuint * nuint * nuint * nuint * nuint * MetalPerformanceShaders.MPSDataType -> MetalPerformanceShaders.MPSMatrixDescriptor

Parameters

rows
System.System.UIntPtr System.unativeint
columns
System.System.UIntPtr System.unativeint
matrices
System.System.UIntPtr System.unativeint
rowBytes
System.System.UIntPtr System.unativeint
matrixBytes
System.System.UIntPtr System.unativeint
dataType
MPSDataType

Returns

Attributes

Applies to