Include tone_mapping fn in tonemapping_test_patterns (#9084)

`tonemapping_test_patterns` is missing the tone_mapping function when
`TONEMAP_IN_SHADER`
This commit is contained in:
Griffin 2023-07-31 11:59:04 -07:00 committed by GitHub
parent 0d7e81ee81
commit 6993a78a56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@
#import bevy_pbr::utils PI
#ifdef TONEMAP_IN_SHADER
#import bevy_core_pipeline::tonemapping
#import bevy_core_pipeline::tonemapping tone_mapping
#endif
// Sweep across hues on y axis with value from 0.0 to +15EV across x axis