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