bevy/crates/bevy_internal/src
Mariusz Kryński 7d932ac1d8 WebGL2 support (#3039)
# Objective

Make possible to use wgpu gles backend on in the browser (wasm32 + WebGL2). 

## Solution

It is built on top of old @cart patch initializing windows before wgpu. Also:
- initializes wgpu with `Backends::GL` and proper `wgpu::Limits` on wasm32
- changes default texture format to `wgpu::TextureFormat::Rgba8UnormSrgb`



Co-authored-by: Mariusz Kryński <mrk@sed.pl>
2021-10-29 00:46:18 +00:00
..
default_plugins.rs WebGL2 support (#3039) 2021-10-29 00:46:18 +00:00
lib.rs Port bevy_gltf to pipelined-rendering (#2537) 2021-07-30 03:37:34 +00:00
prelude.rs Hide re-exported docs (#1985) 2021-04-27 18:29:33 +00:00