bevy/crates/bevy_render
Patrick Walton 7801ed315f
Don't delete the buffers that batch building writes into every frame. (#17841)
The `collect_buffers_for_phase` system tries to reuse these buffers, but
its efforts are stymied by the fact that
`clear_batched_gpu_instance_buffers` clears the containing hash table
and therefore frees the buffers. This patch makes
`clear_batched_gpu_instance_buffers` stop doing that so that the
allocations can be reused.
2025-02-16 19:58:03 +00:00
..
macros Harden proc macro path resolution and add integration tests. (#17330) 2025-02-09 19:45:45 +00:00
src Don't delete the buffers that batch building writes into every frame. (#17841) 2025-02-16 19:58:03 +00:00
Cargo.toml Build batches across phases in parallel. (#17764) 2025-02-13 00:02:20 +00:00
LICENSE-APACHE Cleanup publish process (#17728) 2025-02-09 17:46:19 +00:00
LICENSE-MIT Cleanup publish process (#17728) 2025-02-09 17:46:19 +00:00
README.md Add README.md to all crates (#13184) 2024-05-02 18:56:00 +00:00

Bevy Render

License Crates.io Downloads Docs Discord