bevy/crates/bevy_anti_aliasing/src/smaa
andriyDev 33b3c08515
Remove Shader weak_handles from bevy_anti_aliasing. (#19391)
# Objective

- Related to #19024

## Solution

- Use the new `load_shader_library` macro for the shader libraries and
`embedded_asset`/`load_embedded_asset` for the "shader binaries" in
`bevy_anti_aliasing`.

## Testing

- `anti_aliasing` example still works.

P.S. I don't think this needs a migration guide. Technically users could
be using the `pub` weak handles, but there's no actual good use for
them, so omitting it seems fine. Alternatively, we could mix this in
with the migration guide notes for #19137.
2025-05-27 03:14:55 +00:00
..
mod.rs Remove Shader weak_handles from bevy_anti_aliasing. (#19391) 2025-05-27 03:14:55 +00:00
smaa.wgsl Add bevy_anti_aliasing (#18323) 2025-03-19 18:40:32 +00:00
SMAAAreaLUT.ktx2 Add bevy_anti_aliasing (#18323) 2025-03-19 18:40:32 +00:00
SMAASearchLUT.ktx2 Add bevy_anti_aliasing (#18323) 2025-03-19 18:40:32 +00:00