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
context
ShaderGeneratorContextbaseKeys
MaterialComputeColorKeys
Returns
- ShaderSource
ShaderSource.
GetChildren(object)
Gets the children.
IEnumerable<IComputeNode> GetChildren(object context = null)
Parameters
context
objectThe context to get the children.
Returns
- IEnumerable<IComputeNode>
The list of children.