Class UnaryMathNodeBase
Base class for unary math operations, such as trigonometric methods.
Implements
Inherited Members
Namespace: Holoride.ElasticSDK.Graph.Maps
Assembly: Holoride.ElasticSDK.Runtime.dll
Syntax
public abstract class UnaryMathNodeBase : MapNode, IPipelineNode
Methods
Apply(ComputeBuffer, ComputeBuffer)
Applies the unary operation to the specified input and write the result into the specified output.
Declaration
protected abstract void Apply(ComputeBuffer input, ComputeBuffer output)
Parameters
Type | Name | Description |
---|---|---|
ComputeBuffer | input | The input buffer. |
ComputeBuffer | output | The output buffer. |
GeneratePipelineWorker()
Declaration
public override IPipelineWorker GeneratePipelineWorker()
Returns
Type | Description |
---|---|
IPipelineWorker |