bevy/crates/bevy_render/src/mesh
atlv 1cb5604a17
remove gcd impl from bevy_render (#16419)
# Objective

- bevy_render (poorly) implements gcd (which should be in bevy_math but
theres not enough justification to have it there either anyways cus its
just one usage)

## Solution

- hardcoded LUT replacement for the one usage

## Testing

- verified the alternative implementation of 4/gcd(4,x) agreed with
original for 0..200
2024-11-17 21:37:41 +00:00
..
allocator.rs remove gcd impl from bevy_render (#16419) 2024-11-17 21:37:41 +00:00
components.rs Revert default mesh materials (#15930) 2024-10-15 19:47:40 +00:00
mod.rs Split out bevy_mesh from bevy_render (#15666) 2024-10-06 14:18:11 +00:00