bevy/crates/bevy_render/src
François db68704231 Enable Msaa for webgl by default (#3489)
# Objective

- `Msaa` was disabled in webgl due to a bug in wgpu
- Bug has been fixed (https://github.com/gfx-rs/wgpu/pull/2307) and backported (https://github.com/gfx-rs/wgpu/pull/2327), and updates for [`wgpu-core`](https://crates.io/crates/wgpu-core/0.12.1) and [`wgpu-hal`](https://crates.io/crates/wgpu-hal/0.12.1) have been released

## Solution

- Remove custom config for `Msaa` in webgl
- I also changed two options that were using the arch instead of the `webgl` feature. it shouldn't change much for webgl, but could help if someone wants to target wasm but not webgl2


Co-authored-by: François <8672791+mockersf@users.noreply.github.com>
2021-12-29 21:04:28 +00:00
..
camera make sub_app return an &App and add sub_app_mut() -> &mut App (#3309) 2021-12-24 06:57:30 +00:00
color Add FromReflect trait to convert dynamic types to concrete types (#1395) 2021-12-26 18:49:01 +00:00
mesh Implement non-indexed mesh rendering (#3415) 2021-12-23 19:19:13 +00:00
primitives Replace old renderer with new renderer (#3312) 2021-12-14 03:58:23 +00:00
render_graph Replace old renderer with new renderer (#3312) 2021-12-14 03:58:23 +00:00
render_phase Add some of the missing methods to TrackedRenderPass (#3401) 2021-12-20 23:16:54 +00:00
render_resource fix shader compilation error reporting for non-wgsl shaders (#3441) 2021-12-29 21:04:27 +00:00
renderer enable Webgl2 optimisation in pbr under feature (#3291) 2021-12-22 20:59:48 +00:00
texture make sub_app return an &App and add sub_app_mut() -> &mut App (#3309) 2021-12-24 06:57:30 +00:00
view Enable Msaa for webgl by default (#3489) 2021-12-29 21:04:28 +00:00
lib.rs Replace old renderer with new renderer (#3312) 2021-12-14 03:58:23 +00:00
options.rs Enable Msaa for webgl by default (#3489) 2021-12-29 21:04:28 +00:00
render_asset.rs make sub_app return an &App and add sub_app_mut() -> &mut App (#3309) 2021-12-24 06:57:30 +00:00
render_component.rs make sub_app return an &App and add sub_app_mut() -> &mut App (#3309) 2021-12-24 06:57:30 +00:00