Files
wgpu/wgpu-hal/src
Adam Gausmann ee3b85928e Fix panic in GLES shader processing
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
2021-08-16 16:00:23 -04:00
..
2021-07-14 16:17:39 -04:00
2021-08-16 16:00:23 -04:00
2021-07-16 17:55:03 -04:00