Skip to content

Commit

Permalink
Include tone_mapping fn in tonemapping_test_patterns (bevyengine#9084)
Browse files Browse the repository at this point in the history
`tonemapping_test_patterns` is missing the tone_mapping function when
`TONEMAP_IN_SHADER`
  • Loading branch information
DGriffin91 authored Jul 31, 2023
1 parent 0d7e81e commit 6993a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/shaders/tonemapping_test_patterns.wgsl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6993a78

Please sign in to comment.