bevy/crates/bevy_anti_aliasing
andriyDev 09ccedd244
Clean up several miscellaneous uses of weak_handle. (#19408)
# Objective

- Related to #19024.

## Solution

- This is a mix of several ways to get rid of weak handles. The primary
strategy is putting strong asset handles in resources that the rendering
code clones into its pipelines (or whatever).
- This does not handle every remaining case, but we are slowly clearing
them out.

## Testing

- `anti_aliasing` example still works.
- `fog_volumes` example still works.
2025-07-08 06:45:40 +00:00
..
src Clean up several miscellaneous uses of weak_handle. (#19408) 2025-07-08 06:45:40 +00:00
Cargo.toml Bump Version after Release (#19774) 2025-06-22 23:06:43 +00:00
LICENSE-APACHE Add bevy_anti_aliasing (#18323) 2025-03-19 18:40:32 +00:00
LICENSE-MIT Add bevy_anti_aliasing (#18323) 2025-03-19 18:40:32 +00:00
README.md Add bevy_anti_aliasing (#18323) 2025-03-19 18:40:32 +00:00

Bevy Anti Aliasing

License Crates.io Downloads Docs Discord