mirror of
https://github.com/bevyengine/bevy
synced 2025-01-09 11:48:56 +00:00
db68704231
# 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> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |