MPSImageLaplacianPyramid 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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[]
- 属性