bevy/crates/bevy_render
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
..
macros Don't reëxport bevy_image from bevy_render (#16163) 2024-11-10 06:54:38 +00:00
src remove gcd impl from bevy_render (#16419) 2024-11-17 21:37:41 +00:00
Cargo.toml Upgrade to wgpu 23 (#15988) 2024-11-05 21:18:48 +00:00
README.md Add README.md to all crates (#13184) 2024-05-02 18:56:00 +00:00

Bevy Render

License Crates.io Downloads Docs Discord