MPSCnnMultiplyGradient 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
MPSCnnMultiplyGradient(NSCoder) | |
MPSCnnMultiplyGradient(NSObjectFlag) | |
MPSCnnMultiplyGradient(IntPtr) | |
MPSCnnMultiplyGradient(IMTLDevice, Boolean) |
MPSCnnMultiplyGradient(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public MPSCnnMultiplyGradient (Foundation.NSCoder coder);
new MetalPerformanceShaders.MPSCnnMultiplyGradient : Foundation.NSCoder -> MetalPerformanceShaders.MPSCnnMultiplyGradient
Parameters
- coder
- NSCoder
- Attributes
Applies to
MPSCnnMultiplyGradient(NSObjectFlag)
protected MPSCnnMultiplyGradient (Foundation.NSObjectFlag t);
new MetalPerformanceShaders.MPSCnnMultiplyGradient : Foundation.NSObjectFlag -> MetalPerformanceShaders.MPSCnnMultiplyGradient
Parameters
Applies to
MPSCnnMultiplyGradient(IntPtr)
protected internal MPSCnnMultiplyGradient (IntPtr handle);
new MetalPerformanceShaders.MPSCnnMultiplyGradient : nativeint -> MetalPerformanceShaders.MPSCnnMultiplyGradient
Parameters
- handle
-
IntPtr
nativeint
Applies to
MPSCnnMultiplyGradient(IMTLDevice, Boolean)
[Foundation.Export("initWithDevice:isSecondarySourceFilter:")]
[ObjCRuntime.DesignatedInitializer]
public MPSCnnMultiplyGradient (Metal.IMTLDevice device, bool isSecondarySourceFilter);
new MetalPerformanceShaders.MPSCnnMultiplyGradient : Metal.IMTLDevice * bool -> MetalPerformanceShaders.MPSCnnMultiplyGradient
Parameters
- device
- IMTLDevice
- isSecondarySourceFilter
- Boolean
- Attributes