MPSVectorDescriptor.Create メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
Create(nuint, MPSDataType) | |
Create(nuint, nuint, nuint, MPSDataType) |
Create(nuint, MPSDataType)
[Foundation.Export("vectorDescriptorWithLength:dataType:")]
public static MetalPerformanceShaders.MPSVectorDescriptor Create (nuint length, MetalPerformanceShaders.MPSDataType dataType);
static member Create : nuint * MetalPerformanceShaders.MPSDataType -> MetalPerformanceShaders.MPSVectorDescriptor
パラメーター
- length
- System.System.UIntPtr System.unativeint
- dataType
- MPSDataType
戻り値
- 属性
適用対象
Create(nuint, nuint, nuint, MPSDataType)
[Foundation.Export("vectorDescriptorWithLength:vectors:vectorBytes:dataType:")]
public static MetalPerformanceShaders.MPSVectorDescriptor Create (nuint length, nuint vectors, nuint vectorBytes, MetalPerformanceShaders.MPSDataType dataType);
static member Create : nuint * nuint * nuint * MetalPerformanceShaders.MPSDataType -> MetalPerformanceShaders.MPSVectorDescriptor
パラメーター
- length
- System.System.UIntPtr System.unativeint
- vectors
- System.System.UIntPtr System.unativeint
- vectorBytes
- System.System.UIntPtr System.unativeint
- dataType
- MPSDataType
戻り値
- 属性