bevy/crates/bevy_render/src
JMS55 a143a499c2 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 23:33:00 +01:00
..
batching Generic system config (#17962) 2025-03-12 00:12:30 +00:00
camera bevy_reflect: Add clone registrations project-wide (#18307) 2025-03-17 18:32:35 +00:00
diagnostic Tracy GPU support (#18490) 2025-03-28 23:33:00 +01:00
experimental bevy_reflect: Add clone registrations project-wide (#18307) 2025-03-17 18:32:35 +00:00
mesh Have the mesh allocator handle modified meshes (#18531) 2025-03-27 23:31:05 +01:00
primitives bevy_reflect: Add clone registrations project-wide (#18307) 2025-03-17 18:32:35 +00:00
render_graph
render_phase Cache opaque deferred entities so we don't have to continuously re-queue them. (#18007) 2025-02-24 21:44:24 +00:00
render_resource Fixes for WESL on Windows (#18373) 2025-03-17 22:29:29 +00:00
renderer Fix and improve tracy rendering spans (#18588) 2025-03-28 23:33:00 +01:00
texture Allowed creating uninitialized images (for use as storage textures) (#17760) 2025-02-10 22:22:07 +00:00
view bevy_reflect: Add clone registrations project-wide (#18307) 2025-03-17 18:32:35 +00:00
alpha.rs bevy_reflect: Add clone registrations project-wide (#18307) 2025-03-17 18:32:35 +00:00
bindless.wgsl Use global binding arrays for bindless resources. (#17898) 2025-02-21 05:55:36 +00:00
color_operations.wgsl
extract_component.rs Replace internal uses of insert_or_spawn_batch (#18035) 2025-03-06 16:16:36 +00:00
extract_instances.rs
extract_param.rs Replace ValidationOutcome with Result (#18541) 2025-03-26 09:01:42 +01:00
extract_resource.rs
globals.rs bevy_reflect: Add clone registrations project-wide (#18307) 2025-03-17 18:32:35 +00:00
globals.wgsl
gpu_component_array_buffer.rs Generic system config (#17962) 2025-03-12 00:12:30 +00:00
gpu_readback.rs Generic system config (#17962) 2025-03-12 00:12:30 +00:00
lib.rs Tracy GPU support (#18490) 2025-03-28 23:33:00 +01:00
maths.wgsl
pipelined_rendering.rs Upgrade to Rust Edition 2024 (#17967) 2025-02-24 03:54:47 +00:00
render_asset.rs Have the mesh allocator handle modified meshes (#18531) 2025-03-27 23:31:05 +01:00
settings.rs Upgrade to wgpu v24 (#17542) 2025-02-09 19:40:53 +00:00
storage.rs bevy_reflect: Add clone registrations project-wide (#18307) 2025-03-17 18:32:35 +00:00
sync_component.rs
sync_world.rs bevy_reflect: Add clone registrations project-wide (#18307) 2025-03-17 18:32:35 +00:00