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
Возвращаемое значение
- Атрибуты