bevy/crates/bevy_core_pipeline
Robert Swain fee7a26137 Tracy spans around main 3D passes (#4182)
# Objective

- Make visible how much time is spent building the Opaque3d, AlphaMask3d, and Transparent3d passes

## Solution

- Add a `trace` feature to `bevy_core_pipeline`
- Add tracy spans around the three passes
- I didn't do this for shadows, sprites, etc as they are only one pass in the node. Perhaps it should be split into 3 nodes to allow insertion of other nodes between...?
2022-03-19 12:57:47 +00:00
..
src Tracy spans around main 3D passes (#4182) 2022-03-19 12:57:47 +00:00
Cargo.toml Tracy spans around main 3D passes (#4182) 2022-03-19 12:57:47 +00:00