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:
parent
1e591bf7a5
commit
c673343e05
@ -6,6 +6,7 @@
|
|||||||
#import bevy_pbr::clustered_forward
|
#import bevy_pbr::clustered_forward
|
||||||
#import bevy_pbr::lighting
|
#import bevy_pbr::lighting
|
||||||
#import bevy_pbr::shadows
|
#import bevy_pbr::shadows
|
||||||
|
#import bevy_pbr::fog
|
||||||
#import bevy_pbr::pbr_functions
|
#import bevy_pbr::pbr_functions
|
||||||
|
|
||||||
@group(1) @binding(0)
|
@group(1) @binding(0)
|
||||||
|
Loading…
Reference in New Issue
Block a user