![]() # Objective The sort key for the transparent UI phase is a (float32, u32) pair consisting of the stack index and the render entity's index. I guess the render entity index was intended to break ties but it's not needed as the sort is stable. It also assumes the indices of the render entities are generated sequentially, which isn't guaranteed. Fixes the issues with the text wrap example seen in #18266 ## Solution Change the sort key to just use the stack index alone. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
LICENSE-APACHE | ||
LICENSE-MIT | ||
README.md |