次の方法で共有


MPSMatrixDescriptor.Create(nuint, nuint, nuint, MPSDataType) メソッド

定義

[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

パラメーター

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

戻り値

属性

適用対象