bevy/crates/bevy_core_pipeline
研究社交 abad737363 Make Core Pipeline Graph Nodes Public (#6605)
# 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.
2022-11-30 13:48:54 -08:00
..
src Make Core Pipeline Graph Nodes Public (#6605) 2022-11-30 13:48:54 -08:00
Cargo.toml Release 0.9.0 (#6568) 2022-11-12 20:01:29 +00:00