bevy/crates/bevy_pbr
JMS55 40bfce556a
Add random shader utils, fix cluster_debug_visualization (#11956)
# Objective
- Partially addresses https://github.com/bevyengine/bevy/issues/11470
(I'd like to add Spatiotemporal Blue Noise in the future, but that's a
bit more controversial).
- Fix cluster_debug_visualization which has not compiled for a while

---

## Changelog
- Added random white noise shader functions to `bevy_pbr::utils`

## Migration Guide
- The `bevy_pbr::utils::random1D` shader function has been replaced by
the similar `bevy_pbr::utils::rand_f`.
2024-02-26 15:59:44 +00:00
..
src Add random shader utils, fix cluster_debug_visualization (#11956) 2024-02-26 15:59:44 +00:00
Cargo.toml Cleanup: Use Parallel in extract_meshes (#12084) 2024-02-25 19:06:54 +00:00