Edit

Share via


MPSNNBinaryArithmeticNode.Create Method

Definition

Overloads

Create(MPSNNImageNode[])
Create(MPSNNImageNode, MPSNNImageNode)

Create(MPSNNImageNode[])

[Foundation.Export("nodeWithSources:")]
public static MetalPerformanceShaders.MPSNNBinaryArithmeticNode Create (MetalPerformanceShaders.MPSNNImageNode[] sourceNodes);
static member Create : MetalPerformanceShaders.MPSNNImageNode[] -> MetalPerformanceShaders.MPSNNBinaryArithmeticNode

Parameters

sourceNodes
MPSNNImageNode[]

Returns

Attributes

Applies to

Create(MPSNNImageNode, MPSNNImageNode)

[Foundation.Export("nodeWithLeftSource:rightSource:")]
public static MetalPerformanceShaders.MPSNNBinaryArithmeticNode Create (MetalPerformanceShaders.MPSNNImageNode left, MetalPerformanceShaders.MPSNNImageNode right);
static member Create : MetalPerformanceShaders.MPSNNImageNode * MetalPerformanceShaders.MPSNNImageNode -> MetalPerformanceShaders.MPSNNBinaryArithmeticNode

Parameters

Returns

Attributes

Applies to