Structs§
Enums§
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
.