MPSImageLaplacianPyramidAdd Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
MPSImageLaplacianPyramidAdd(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public MPSImageLaplacianPyramidAdd (Foundation.NSCoder coder);
new MetalPerformanceShaders.MPSImageLaplacianPyramidAdd : Foundation.NSCoder -> MetalPerformanceShaders.MPSImageLaplacianPyramidAdd
Parameters
- coder
- NSCoder
- Attributes
Applies to
MPSImageLaplacianPyramidAdd(NSObjectFlag)
protected MPSImageLaplacianPyramidAdd (Foundation.NSObjectFlag t);
new MetalPerformanceShaders.MPSImageLaplacianPyramidAdd : Foundation.NSObjectFlag -> MetalPerformanceShaders.MPSImageLaplacianPyramidAdd
Parameters
Applies to
MPSImageLaplacianPyramidAdd(IMTLDevice)
[Foundation.Export("initWithDevice:")]
public MPSImageLaplacianPyramidAdd (Metal.IMTLDevice device);
new MetalPerformanceShaders.MPSImageLaplacianPyramidAdd : Metal.IMTLDevice -> MetalPerformanceShaders.MPSImageLaplacianPyramidAdd
Parameters
- device
- IMTLDevice
- Attributes
Applies to
MPSImageLaplacianPyramidAdd(IntPtr)
protected internal MPSImageLaplacianPyramidAdd (IntPtr handle);
new MetalPerformanceShaders.MPSImageLaplacianPyramidAdd : nativeint -> MetalPerformanceShaders.MPSImageLaplacianPyramidAdd
Parameters
- handle
-
IntPtr
nativeint
Applies to
MPSImageLaplacianPyramidAdd(NSCoder, IMTLDevice)
[Foundation.Export("initWithCoder:device:")]
public MPSImageLaplacianPyramidAdd (Foundation.NSCoder aDecoder, Metal.IMTLDevice device);
new MetalPerformanceShaders.MPSImageLaplacianPyramidAdd : Foundation.NSCoder * Metal.IMTLDevice -> MetalPerformanceShaders.MPSImageLaplacianPyramidAdd
Parameters
- aDecoder
- NSCoder
- device
- IMTLDevice
- Attributes
Applies to
MPSImageLaplacianPyramidAdd(IMTLDevice, Single)
[Foundation.Export("initWithDevice:centerWeight:")]
public MPSImageLaplacianPyramidAdd (Metal.IMTLDevice device, float centerWeight);
new MetalPerformanceShaders.MPSImageLaplacianPyramidAdd : Metal.IMTLDevice * single -> MetalPerformanceShaders.MPSImageLaplacianPyramidAdd
Parameters
- device
- IMTLDevice
- centerWeight
- Single
- Attributes
Applies to
MPSImageLaplacianPyramidAdd(IMTLDevice, nuint, nuint, Single[])
[ObjCRuntime.DesignatedInitializer]
public MPSImageLaplacianPyramidAdd (Metal.IMTLDevice device, nuint kernelWidth, nuint kernelHeight, float[] kernelWeights);
new MetalPerformanceShaders.MPSImageLaplacianPyramidAdd : Metal.IMTLDevice * nuint * nuint * single[] -> MetalPerformanceShaders.MPSImageLaplacianPyramidAdd
Parameters
- device
- IMTLDevice
- kernelWidth
- System.System.UIntPtr System.unativeint
- kernelHeight
- System.System.UIntPtr System.unativeint
- kernelWeights
- Single[]
- Attributes