2
0
Fork 0
mirror of https://github.com/bevyengine/bevy synced 2024-12-30 06:53:13 +00:00
bevy/crates/bevy_render
Patrick Walton 1e7b89cdf5
Allow holes in the MeshInputUniform buffer. ()
This commit removes the logic that attempted to keep the
`MeshInputUniform` buffer contiguous. Not only was it slow and complex,
but it was also incorrect, which caused  and . I changed the
logic to simply maintain a free list of unused slots in the buffer and
preferentially fill them when pushing new mesh input uniforms.

Closes .
Closes .
2024-12-09 02:11:27 +00:00
..
macros Add a bindless mode to AsBindGroup. () 2024-12-03 18:00:34 +00:00
src Allow holes in the MeshInputUniform buffer. () 2024-12-09 02:11:27 +00:00
Cargo.toml Deny derive_more error feature and replace it with thiserror () 2024-12-06 17:03:55 +00:00
README.md Add README.md to all crates () 2024-05-02 18:56:00 +00:00

Bevy Render

License Crates.io Downloads Docs Discord