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§
- Node
Socket - Definition of one input or output socket on a node.
- Shader
Node - A single node in the shader graph.
Enums§
- Node
Type - All supported shader node types.
- Socket
Type - GLSL data type flowing through a socket.