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