Fix missing import in array_texture example (#7418)

# Objective

Fixes #7417 

## Solution

Just adds the missing `bevy_pbr::fog` import.
This commit is contained in:
Rob Parrett 2023-01-30 03:22:29 +00:00
parent 1e591bf7a5
commit c673343e05

View File

@ -6,6 +6,7 @@
#import bevy_pbr::clustered_forward
#import bevy_pbr::lighting
#import bevy_pbr::shadows
#import bevy_pbr::fog
#import bevy_pbr::pbr_functions
@group(1) @binding(0)