# Objective - Remove Vec as described in https://github.com/bevyengine/bevy/pull/11290#issuecomment-1890315650 ## Solution - Rely on StorageBuffer's backing Vec instead --- ## Changelog - GpuArrayBuffer no longer has a redundant backing Vec |
||
|---|---|---|
| .. | ||
| batched_uniform_buffer.rs | ||
| bind_group_entries.rs | ||
| bind_group_layout_entries.rs | ||
| bind_group_layout.rs | ||
| bind_group.rs | ||
| buffer_vec.rs | ||
| buffer.rs | ||
| gpu_array_buffer.rs | ||
| mod.rs | ||
| pipeline_cache.rs | ||
| pipeline_specializer.rs | ||
| pipeline.rs | ||
| resource_macros.rs | ||
| shader.rs | ||
| storage_buffer.rs | ||
| texture.rs | ||
| uniform_buffer.rs | ||