|  e0c3c6d166 # Objective Make core pipeline graphic nodes, including `BloomNode`, `FxaaNode`, `TonemappingNode` and `UpscalingNode` public. This will allow users to construct their own render graphs with these build-in nodes. ## Solution Make them public. Also put node names into bevy's core namespace (`core_2d::graph::node`, `core_3d::graph::node`) which makes them consistent. | ||
|---|---|---|
| .. | ||
| bloom | ||
| core_2d | ||
| core_3d | ||
| fullscreen_vertex_shader | ||
| fxaa | ||
| tonemapping | ||
| upscaling | ||
| clear_color.rs | ||
| lib.rs | ||