pub fn add_to_graph<'node>(
graph: &mut RenderGraph<'node>,
shadow_uniform_bg: DataHandle<BindGroup>,
forward_uniform_bg: DataHandle<BindGroup>,
interfaces: &'node WholeFrameInterfaces,
samplers: &'node Samplers,
ambient: Vec4,
)Expand description
Add the creation of these uniforms to the graph.