Skip to main content

Module nodes

Module nodes 

Source
Expand description

Shader graph node types and socket definitions.

Each NodeType maps to a GLSL expression snippet. The GraphCompiler collects these snippets and assembles them into a complete shader.

Structs§

NodeSocket
Definition of one input or output socket on a node.
ShaderNode
A single node in the shader graph.

Enums§

NodeType
All supported shader node types.
SocketType
GLSL data type flowing through a socket.