bevy/crates/bevy_mesh
Stepan Koltsov 0cc53458cc
Indices::push(u32) (#16014)
# Objective

Making work with `Indices` struct easier. Currently when building
indices in some quick-and-dirty code we need to do matches and handle
enum variants.

## Solution

`Indices::push` utility which works transparently with `U16` and `U32`
variants.

## Testing

Unit test added.
2024-10-20 13:51:55 +00:00
..
src Indices::push(u32) (#16014) 2024-10-20 13:51:55 +00:00
Cargo.toml Remove thiserror from bevy_mesh (#15768) 2024-10-09 14:24:54 +00:00