mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 20:53:53 +00:00
abad737363
# 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. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |