bevy/crates/bevy_anti_aliasing/src/fxaa
andriyDev 8098cf21ca
Use RenderStartup in bevy_anti_aliasing. (#19897)
# Objective

- Progress towards #19887.

## Solution

- Rewrite the FromWorld impls to systems that create the pipeline
resources.

## Testing

- Ran the `anti_aliasing` example and it still works.
2025-07-02 22:38:44 +00:00
..
fxaa.wgsl Add bevy_anti_aliasing (#18323) 2025-03-19 18:40:32 +00:00
mod.rs Use RenderStartup in bevy_anti_aliasing. (#19897) 2025-07-02 22:38:44 +00:00
node.rs Add bevy_anti_aliasing (#18323) 2025-03-19 18:40:32 +00:00