MPSImageLaplacianPyramid 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
MPSImageLaplacianPyramid(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public MPSImageLaplacianPyramid (Foundation.NSCoder coder);
new MetalPerformanceShaders.MPSImageLaplacianPyramid : Foundation.NSCoder -> MetalPerformanceShaders.MPSImageLaplacianPyramid
Parameters
- coder
- NSCoder
- Attributes
Applies to
MPSImageLaplacianPyramid(NSObjectFlag)
protected MPSImageLaplacianPyramid (Foundation.NSObjectFlag t);
new MetalPerformanceShaders.MPSImageLaplacianPyramid : Foundation.NSObjectFlag -> MetalPerformanceShaders.MPSImageLaplacianPyramid
Parameters
Applies to
MPSImageLaplacianPyramid(IMTLDevice)
[Foundation.Export("initWithDevice:")]
public MPSImageLaplacianPyramid (Metal.IMTLDevice device);
new MetalPerformanceShaders.MPSImageLaplacianPyramid : Metal.IMTLDevice -> MetalPerformanceShaders.MPSImageLaplacianPyramid
Parameters
- device
- IMTLDevice
- Attributes
Applies to
MPSImageLaplacianPyramid(IntPtr)
protected internal MPSImageLaplacianPyramid (IntPtr handle);
new MetalPerformanceShaders.MPSImageLaplacianPyramid : nativeint -> MetalPerformanceShaders.MPSImageLaplacianPyramid
Parameters
- handle
-
IntPtr
nativeint
Applies to
MPSImageLaplacianPyramid(NSCoder, IMTLDevice)
[Foundation.Export("initWithCoder:device:")]
public MPSImageLaplacianPyramid (Foundation.NSCoder aDecoder, Metal.IMTLDevice device);
new MetalPerformanceShaders.MPSImageLaplacianPyramid : Foundation.NSCoder * Metal.IMTLDevice -> MetalPerformanceShaders.MPSImageLaplacianPyramid
Parameters
- aDecoder
- NSCoder
- device
- IMTLDevice
- Attributes
Applies to
MPSImageLaplacianPyramid(IMTLDevice, Single)
[Foundation.Export("initWithDevice:centerWeight:")]
public MPSImageLaplacianPyramid (Metal.IMTLDevice device, float centerWeight);
new MetalPerformanceShaders.MPSImageLaplacianPyramid : Metal.IMTLDevice * single -> MetalPerformanceShaders.MPSImageLaplacianPyramid
Parameters
- device
- IMTLDevice
- centerWeight
- Single
- Attributes
Applies to
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
Parameters
- device
- IMTLDevice
- kernelWidth
- System.System.UIntPtr System.unativeint
- kernelHeight
- System.System.UIntPtr System.unativeint
- kernelWeights
- Single[]
- Attributes