bevy/crates/bevy_render
Connor McMillin f786ad4906
Added Vec append to BufferVec - Issue #3531 (#8575)
# Objective

- Fixes #3531 

## Solution

- Added an append wrapper to BufferVec based on the function signature
for vec.append()

---

First PR to Bevy. I didn't see any tests for other BufferVec methods
(could have missed them) and currently this method is not used anywhere
in the project. Let me know if there are tests to add or if I should
find somewhere to use append so it is not dead code. The issue mentions
implementing `truncate` and `extend` which were already implemented and
merged
[here](https://github.com/bevyengine/bevy/pull/6833/files#diff-c8fb332382379e383f1811e30c31991b1e0feb38ca436c357971755368012ced)
2023-05-09 17:25:50 +00:00
..
macros Fixed several missing links in docs. (#8117) 2023-04-23 17:28:36 +00:00
src Added Vec append to BufferVec - Issue #3531 (#8575) 2023-05-09 17:25:50 +00:00
Cargo.toml Take example screenshots in CI (#8488) 2023-05-01 18:00:01 +00:00