mirror of
https://github.com/bevyengine/bevy.git
synced 2026-07-03 17:24:00 -04:00
0008fd94c8
# Objective Reuse `MeshBindGroups` heap allocations in `prepare_mesh_bind_groups` ## Solution Reuse heap memory from previously existing `MeshBindGroups` resource. Also the lightmaps bind groups should be keyed by metadata slab id otherwise it should be a bug if using vertex compression + lightmap + webgl2 ## Testing Examples still work