Interface IComputeNode
Base interface for all IComputeNode
public interface IComputeNode
  Methods
GenerateShaderSource(ShaderGeneratorContext, MaterialComputeColorKeys)
Generates the shader source equivalent for this node
ShaderSource GenerateShaderSource(ShaderGeneratorContext context, MaterialComputeColorKeys baseKeys)
  Parameters
contextShaderGeneratorContextbaseKeysMaterialComputeColorKeys
Returns
- ShaderSource
 ShaderSource.
GetChildren(object)
Gets the children.
IEnumerable<IComputeNode> GetChildren(object context = null)
  Parameters
contextobjectThe context to get the children.
Returns
- IEnumerable<IComputeNode>
 The list of children.