bevy/crates/bevy_core_pipeline/src
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
..
blit Webgpu support (#8336) 2023-05-04 22:07:57 +00:00
bloom Fix bloom wasm support (#8631) 2023-05-19 20:11:41 +00:00
contrast_adaptive_sharpening Webgpu support (#8336) 2023-05-04 22:07:57 +00:00
core_2d Add ViewNode to simplify render node management (#8118) 2023-05-08 19:42:23 +00:00
core_3d Add ViewNode to simplify render node management (#8118) 2023-05-08 19:42:23 +00:00
fullscreen_vertex_shader Built-in skybox (#8275) 2023-04-02 10:57:12 +00:00
fxaa Add ViewNode to simplify render node management (#8118) 2023-05-08 19:42:23 +00:00
prepass Add ViewNode to simplify render node management (#8118) 2023-05-08 19:42:23 +00:00
skybox Webgpu support (#8336) 2023-05-04 22:07:57 +00:00
taa fix missed examples in WebGPU update (#8553) 2023-05-16 20:31:30 +00:00
tonemapping Add ViewNode to simplify render node management (#8118) 2023-05-08 19:42:23 +00:00
upscaling Add ViewNode to simplify render node management (#8118) 2023-05-08 19:42:23 +00:00
clear_color.rs Make Resource trait opt-in, requiring #[derive(Resource)] V2 (#5577) 2022-08-08 21:36:35 +00:00
lib.rs Suppress the clippy::type_complexity lint (#8313) 2023-04-06 21:27:36 +00:00
msaa_writeback.rs Use RenderGraphApp in more places (#8298) 2023-04-05 20:57:56 +00:00