mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 12:43:34 +00:00
c40b485095
# Objective - `MeshPipelineKey` use some bits for two things - First commit in this PR adds an assertion that doesn't work currently on main - This leads to some mesh topology not working anymore, for example `LineStrip` - With examples `lines`, there should be two groups of lines, the blue one doesn't display currently ## Solution - Change the `MeshPipelineKey` to be backed by a `u64` instead, to have enough bits |
||
---|---|---|
.. | ||
macros | ||
src | ||
Cargo.toml |