Open kpreid opened 9 months ago
This seems to no longer panic with wgpu 22.0.0, though I haven't rerun the above reduced test case.
Correction to above comment: I observed my application no longer panicking because WebGPU is more available. It still panics on the WebGL2 backend. Sorry for the noise.
Description Panic (not a validation error) in webgl backend.
This is probably similar to #2149 (fixed) but with different descriptor parameters. May also be related to #2117.
Repro steps Create a WebGL2 device and run:
Expected vs observed behavior Should succeed (or give a validation error about a missing downlevel feature). Instead, an internal panic occurs:
Platform