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:
parent
0d7e81ee81
commit
6993a78a56
@ -4,7 +4,7 @@
|
|||||||
#import bevy_pbr::utils PI
|
#import bevy_pbr::utils PI
|
||||||
|
|
||||||
#ifdef TONEMAP_IN_SHADER
|
#ifdef TONEMAP_IN_SHADER
|
||||||
#import bevy_core_pipeline::tonemapping
|
#import bevy_core_pipeline::tonemapping tone_mapping
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Sweep across hues on y axis with value from 0.0 to +15EV across x axis
|
// Sweep across hues on y axis with value from 0.0 to +15EV across x axis
|
||||||
|
Loading…
Reference in New Issue
Block a user