Unconditionally import tonemapping utils, ensuring dither is present

This commit is contained in:
Marco Buono 2023-03-10 02:36:22 -03:00
parent e040fc8eba
commit c9db7aaa07

View File

@ -1,8 +1,5 @@
#define_import_path bevy_pbr::pbr_functions
#ifdef TONEMAP_IN_SHADER
#import bevy_core_pipeline::tonemapping
#endif
#ifdef ENVIRONMENT_MAP
#import bevy_pbr::environment_map