Module lisp

Source

Structs§

Env

Enums§

Val

Functions§

graph_from_sexp
Takes a source string of lisp that represents the shader graph to be constructed, And constructs that shader graph within a certain context, Provided a map of all shaders avaliable for the construction of the graph. You can use load_shaders to load a directory into a map.
load_shaders
Loads a directory of shaders into a big ol’ BTreeMap.

Type Aliases§

External