Table of Contents

Interface IComputeNode

Namespace
Stride.Rendering.Materials
Assembly
Stride.Rendering.dll

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 ShaderGeneratorContext
baseKeys MaterialComputeColorKeys

Returns

ShaderSource

ShaderSource.

GetChildren(object)

Gets the children.

IEnumerable<IComputeNode> GetChildren(object context = null)

Parameters

context object

The context to get the children.

Returns

IEnumerable<IComputeNode>

The list of children.