bevy/crates/bevy_pbr
Elabajaba 78e4bb2c2a
fix webgl2 crash (#10053)
# Objective

Webgl2 broke when pcf was merged.

Fixes #10048

## Solution

Change the `textureSampleCompareLevel` in shadow_sampling.wgsl to
`textureSampleCompare` to make it work again.
2023-10-08 22:07:16 +00:00
..
src fix webgl2 crash (#10053) 2023-10-08 22:07:16 +00:00
Cargo.toml Parallelize extract_meshes (#9966) 2023-10-01 09:44:03 +00:00