MPSNNReshapeGradientNode 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
MPSNNReshapeGradientNode(NSObjectFlag) | |
MPSNNReshapeGradientNode(IntPtr) | |
MPSNNReshapeGradientNode(MPSNNImageNode, MPSNNImageNode, MPSNNGradientStateNode) |
MPSNNReshapeGradientNode(NSObjectFlag)
protected MPSNNReshapeGradientNode (Foundation.NSObjectFlag t);
new MetalPerformanceShaders.MPSNNReshapeGradientNode : Foundation.NSObjectFlag -> MetalPerformanceShaders.MPSNNReshapeGradientNode
Parameters
Applies to
MPSNNReshapeGradientNode(IntPtr)
protected internal MPSNNReshapeGradientNode (IntPtr handle);
new MetalPerformanceShaders.MPSNNReshapeGradientNode : nativeint -> MetalPerformanceShaders.MPSNNReshapeGradientNode
Parameters
- handle
-
IntPtr
nativeint
Applies to
MPSNNReshapeGradientNode(MPSNNImageNode, MPSNNImageNode, MPSNNGradientStateNode)
[Foundation.Export("initWithSourceGradient:sourceImage:gradientState:")]
public MPSNNReshapeGradientNode (MetalPerformanceShaders.MPSNNImageNode sourceGradient, MetalPerformanceShaders.MPSNNImageNode sourceImage, MetalPerformanceShaders.MPSNNGradientStateNode gradientState);
new MetalPerformanceShaders.MPSNNReshapeGradientNode : MetalPerformanceShaders.MPSNNImageNode * MetalPerformanceShaders.MPSNNImageNode * MetalPerformanceShaders.MPSNNGradientStateNode -> MetalPerformanceShaders.MPSNNReshapeGradientNode
Parameters
- sourceGradient
- MPSNNImageNode
- sourceImage
- MPSNNImageNode
- gradientState
- MPSNNGradientStateNode
- Attributes