bevyengine / bevy

A refreshingly simple data-driven game engine built in Rust
https://bevyengine.org
Apache License 2.0
36.53k stars 3.6k forks source link

Intel HD 4000 Does not render in Bevy 0.6.1 WGPU renderer but does in old bevy_webgl2 plugin #4351

Open JCBuck opened 2 years ago

JCBuck commented 2 years ago

Bevy version

Bevy 0.6.1 (and main 28ba87e6c8f48a6b41b6743b748a72d41728523c )

Operating system & version

Windows 10 x64 Chrome Version 99.0.4844.84 (64-bit)

What you did

Built text_debug example with example readme wasm build instructions

What you expected to happen

Should be able to see debug text.

What actually happened

Only shows gray screen

Additional information

This happens with any and every wasm built example

Loaded example with bevy_webgl2 plugin here https://mrk.sed.pl/bevy-showcase/#text_debug image

0.6.1 of text_debug running in chrome on Intel HD 4000 (Thinkpad T430, i5-3320) (25% scale) image

0.6.1 of text_debug running in chrome on Intel HD 5500 (Thinkpad X1 Carbon Gen 3, i5-5200u) (25% scale) image

JCBuck commented 2 years ago

Could this be related to #3753 who also has an Intel HD 4000?