MPSVectorDescriptor.Create Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
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
Возвращаемое значение
- Атрибуты