bevy/crates/bevy_core_pipeline/src
Alex 49a4009d5c re-export ClearPassNode (#3336)
Currently the `ClearPassNode` is not exported, due to an additional `use ...;` in the core pipeline's `lib.rs`. This seems unintentional, as there already is a public glob import in the file.

This just removes the explicit use. If it actually was intentional to keep the node internal, let me know.
2021-12-15 22:04:39 +00:00
..
clear_pass_driver.rs Replace old renderer with new renderer (#3312) 2021-12-14 03:58:23 +00:00
clear_pass.rs Replace old renderer with new renderer (#3312) 2021-12-14 03:58:23 +00:00
lib.rs re-export ClearPassNode (#3336) 2021-12-15 22:04:39 +00:00
main_pass_2d.rs Replace old renderer with new renderer (#3312) 2021-12-14 03:58:23 +00:00
main_pass_3d.rs Fix crash with disabled winit (#3330) 2021-12-15 00:15:47 +00:00
main_pass_driver.rs Replace old renderer with new renderer (#3312) 2021-12-14 03:58:23 +00:00