Registry of all known expression-graph node kinds. The editor reads this to
build its palette and property inspector; the compiler reads it to wire
inputs and synthesise WGSL.
Add a new kind by appending an entry here — no editor or compiler changes
required as long as the kind's toExpr / toAction returns a valid AST.
Registry of all known expression-graph node kinds. The editor reads this to build its palette and property inspector; the compiler reads it to wire inputs and synthesise WGSL.
Add a new kind by appending an entry here — no editor or compiler changes required as long as the kind's
toExpr/toActionreturns a valid AST.