bevy/crates/bevy_pbr
TotalKrill d90c65d25f
Fix WebGL mode for Adreno GPUs (#8508)
# Objective

- This fixes a crash when loading shaders, when running an Adreno GPU
and using WebGL mode.
- Fixes #8506 
- Fixes #8047

## Solution

- The shader pbr_functions.wgsl, will fail in apply_fog function, trying
to access values that are null on Adreno chipsets using WebGL, these
devices are commonly found in android handheld devices.

---------

Co-authored-by: Carter Anderson <mcanders1@gmail.com>
Co-authored-by: François <mockersf@gmail.com>
2023-06-29 04:32:04 +00:00
..
src Fix WebGL mode for Adreno GPUs (#8508) 2023-06-29 04:32:04 +00:00
Cargo.toml improve shader import model (#5703) 2023-06-27 00:29:22 +00:00