mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
The backend panics while trying to process uniform global variables when the variable's name is not found in the emitted ReflectionInfo. This patch converts the panicking line into an explicit check, and ignores the corresponding global variable if the name iis not found. Resolves #1803