MPSMatrixFullyConnectedGradient Конструкторы
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
MPSMatrixFullyConnectedGradient(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public MPSMatrixFullyConnectedGradient (Foundation.NSCoder coder);
new MetalPerformanceShaders.MPSMatrixFullyConnectedGradient : Foundation.NSCoder -> MetalPerformanceShaders.MPSMatrixFullyConnectedGradient
Параметры
- coder
- NSCoder
- Атрибуты
Применяется к
MPSMatrixFullyConnectedGradient(NSObjectFlag)
protected MPSMatrixFullyConnectedGradient (Foundation.NSObjectFlag t);
new MetalPerformanceShaders.MPSMatrixFullyConnectedGradient : Foundation.NSObjectFlag -> MetalPerformanceShaders.MPSMatrixFullyConnectedGradient
Параметры
Применяется к
MPSMatrixFullyConnectedGradient(IMTLDevice)
[Foundation.Export("initWithDevice:")]
[ObjCRuntime.DesignatedInitializer]
public MPSMatrixFullyConnectedGradient (Metal.IMTLDevice device);
new MetalPerformanceShaders.MPSMatrixFullyConnectedGradient : Metal.IMTLDevice -> MetalPerformanceShaders.MPSMatrixFullyConnectedGradient
Параметры
- device
- IMTLDevice
- Атрибуты
Применяется к
MPSMatrixFullyConnectedGradient(IntPtr)
protected internal MPSMatrixFullyConnectedGradient (IntPtr handle);
new MetalPerformanceShaders.MPSMatrixFullyConnectedGradient : nativeint -> MetalPerformanceShaders.MPSMatrixFullyConnectedGradient
Параметры
- handle
-
IntPtr
nativeint
Применяется к
MPSMatrixFullyConnectedGradient(NSCoder, IMTLDevice)
[Foundation.Export("initWithCoder:device:")]
[ObjCRuntime.DesignatedInitializer]
public MPSMatrixFullyConnectedGradient (Foundation.NSCoder aDecoder, Metal.IMTLDevice device);
new MetalPerformanceShaders.MPSMatrixFullyConnectedGradient : Foundation.NSCoder * Metal.IMTLDevice -> MetalPerformanceShaders.MPSMatrixFullyConnectedGradient
Параметры
- aDecoder
- NSCoder
- device
- IMTLDevice
- Атрибуты