Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Objective - Shader error cause by a missing import. - `pbr_functions.wgsl` was missing an import for the `ambient_light()` function, as `array_texture` doesn't import it. - Closes #7542. ## Solution - Add`#import bevy_pbr::pbr_ambient` into `array_texture`
- Loading branch information