Skip to content

Commit

Permalink
[Fix] Fix to jstu introduced tonemapping issue with HDR (#7176)
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Valigursky <[email protected]>
  • Loading branch information
mvaligursky and Martin Valigursky authored Dec 6, 2024
1 parent 2934d91 commit 62fb372
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
export default /* glsl */`
#if TONEMAP == FILMIC
#if (TONEMAP == NONE)
#include "tonemappingNonePS"
#elif TONEMAP == FILMIC
#include "tonemappingFilmicPS"
#elif TONEMAP == LINEAR
#include "tonemappingLinearPS"
Expand Down

0 comments on commit 62fb372

Please sign in to comment.