WebGPU in firefox nightly fails to load when shadows enabled
- Dominant language
- Rust
- Stars
- 48.2k
- Forks
- 4.8k
- Avg merge
- 3d 22h
- Merged PRs (30d)
- 161
Description
## Bevy version
https://bevyengine.org/examples-webgpu/3D%20Rendering/3d-scene/
## \[Optional\] Relevant system information
Manjaro linux, firefox nightly 117 ( 2023-07-30)
```
Hardware Class: graphics card
Device Name: "Onboard - Video"
Model: "Intel AlderLake-S GT1"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0x4680 "AlderLake-S GT1"
```
AdapterInfo { name: "", vendor: 0, device: 0, device_type: Other, driver: "", driver_info: "", backend: BrowserWebGpu }
## What you did
Tested all webgpu examples hosted on the website. Some of the 3D examples fails.
## What went wrong
Examples does not render on some of the 3D ones.
## Additional information
Seems to be when shadows are enabled on the lightsources
example with shadows:

example without shadows:

Contributor guide
Assessment
This issue has not been assessed yet.