Function shadergraph::lisp::load_shaders[][src]

pub fn load_shaders<T>(path: T) -> Result<BTreeMap<String, String>, String> where
    T: AsRef<Path>, 
Expand description

Loads a directory of shaders into a big ol’ BTreeMap.