johanhelsing / matchbox

Painless peer-to-peer WebRTC networking for rust wasm (and native!)
Apache License 2.0
869 stars 72 forks source link

Use webgl for bevy_ggrs example #333

Closed johanhelsing closed 11 months ago

johanhelsing commented 11 months ago

We switched to webgpu by accident when upgrading to Bevy 0.11.

In Bevy 0.11 webgl2 is still default, but not when disabling default features.

It's not working properly everywhere yet, so switch back to webgl2, at least until it's default in bevy.

simbleau commented 11 months ago

I noticed this too