Type Definition shadergraph::graph::ComputeNodeFn[][src]

pub type ComputeNodeFn<T> = Box<dyn FnMut(UniformMap<'_>) -> T>;