MPSMatrixDescriptor.Create(nuint, nuint, nuint, MPSDataType) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
[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
Parameter
- rows
- System.System.UIntPtr System.unativeint
- columns
- System.System.UIntPtr System.unativeint
- rowBytes
- System.System.UIntPtr System.unativeint
- dataType
- MPSDataType
Gibt zurück
- Attribute