bevy/crates/bevy_core_pipeline
Wilhelm Vallrand f76b3c4230
Fix bloom wasm support (#8631)
# Objective

- Fixes #7352 

## Solution

GLES doesn't support binding specific mip levels for sampling. Fallback
to using separate textures instead.
-
[wgpu-hal/src/gles/device.rs](628a95cd1c/wgpu-hal/src/gles/device.rs (L1038))

---

---------

Co-authored-by: Wilhelm Vallrand <>
2023-05-19 20:11:41 +00:00
..
src Fix bloom wasm support (#8631) 2023-05-19 20:11:41 +00:00
Cargo.toml Temporal Antialiasing (TAA) (#7291) 2023-03-27 22:22:40 +00:00