bevy/crates/bevy_anti_aliasing/src/smaa
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
..
mod.rs Clean up several miscellaneous uses of weak_handle. (#19408) 2025-07-08 06:45:40 +00:00
smaa.wgsl fix percentage signs in SMAA (#19987) 2025-07-06 22:24:26 +00:00
SMAAAreaLUT.ktx2
SMAASearchLUT.ktx2