Namespace Holoride.ElasticSDK.Graph.Maps
Classes
BinaryMathNodeBase
Base class for binary math operations, such as addition, multiplication etc.
MapNode
A node that generates a worker that can be added to the pipeline.
MapNode.MapWorker<T>
The worker with a back reference to the node. Represents the result of the different evaluation of a 2D float buffer, based on the used filter implementation, through accessing the ram/v-ram. Also manages compute shader calls.
TernaryMathNodeBase
Base class for ternary math operations, such as clamp.
UnaryMathNodeBase
Base class for unary math operations, such as trigonometric methods.