MPSCnnLossNode 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
MPSCnnLossNode(NSObjectFlag) | |
MPSCnnLossNode(IntPtr) | |
MPSCnnLossNode(MPSNNImageNode, MPSCnnLossDescriptor) |
MPSCnnLossNode(NSObjectFlag)
protected MPSCnnLossNode (Foundation.NSObjectFlag t);
new MetalPerformanceShaders.MPSCnnLossNode : Foundation.NSObjectFlag -> MetalPerformanceShaders.MPSCnnLossNode
Parameters
Applies to
MPSCnnLossNode(IntPtr)
protected internal MPSCnnLossNode (IntPtr handle);
new MetalPerformanceShaders.MPSCnnLossNode : nativeint -> MetalPerformanceShaders.MPSCnnLossNode
Parameters
- handle
-
IntPtr
nativeint
Applies to
MPSCnnLossNode(MPSNNImageNode, MPSCnnLossDescriptor)
[Foundation.Export("initWithSource:lossDescriptor:")]
public MPSCnnLossNode (MetalPerformanceShaders.MPSNNImageNode source, MetalPerformanceShaders.MPSCnnLossDescriptor descriptor);
new MetalPerformanceShaders.MPSCnnLossNode : MetalPerformanceShaders.MPSNNImageNode * MetalPerformanceShaders.MPSCnnLossDescriptor -> MetalPerformanceShaders.MPSCnnLossNode
Parameters
- source
- MPSNNImageNode
- descriptor
- MPSCnnLossDescriptor
- Attributes