bevy/crates/bevy_render
Kornel fda1fee1bb Use collect to build mesh attributes (#5255)
Small optimization. `.collect()` from arrays generates very nice code without reallocations: https://rust.godbolt.org/z/6E6c595bq

Co-authored-by: Kornel <kornel@geekhood.net>
2022-07-11 14:11:30 +00:00
..
macros Better Materials: AsBindGroup trait and derive, simpler Material trait (#5053) 2022-06-30 23:48:46 +00:00
src Use collect to build mesh attributes (#5255) 2022-07-11 14:11:30 +00:00
Cargo.toml Extract resources into their target location (#5271) 2022-07-10 21:04:35 +00:00