bevy/crates/bevy_render/src/renderer
JMS55 b3c83465b3
Fix and improve tracy rendering spans (#18588)
* `submit_graph_commands` was incorrectly timing the command buffer
generation tasks as well, and not only the queue submission. Moved the
span to fix that.
* Added a new `command_buffer_generation_tasks` span as a parent for all
the individual command buffer generation tasks that don't run as part of
the Core3d span.


![image](https://github.com/user-attachments/assets/5a20c2f5-f1df-4c03-afbb-4865327aea33)
2025-03-28 05:35:47 +00:00
..
graph_runner.rs Fix and improve tracy rendering spans (#18588) 2025-03-28 05:35:47 +00:00
mod.rs Fix and improve tracy rendering spans (#18588) 2025-03-28 05:35:47 +00:00
render_device.rs Shader validation enum (#17824) 2025-02-20 04:06:46 +00:00