]> git.tdb.fi Git - libs/gl.git/commit
Do discard-clears in individual postprocessors, not the sequence
authorMikko Rasa <tdb@tdb.fi>
Sat, 20 Nov 2021 21:43:33 +0000 (23:43 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sat, 20 Nov 2021 21:43:33 +0000 (23:43 +0200)
commit92ad161ed948637c235e198510136f0dace2ca3e
tree8a7bac7b08c7c87f4b2dae371e4fcbc7e08fc62a
parentb9b6fb7c5e59f662b011857140cea5e6be0c4309
Do discard-clears in individual postprocessors, not the sequence

It should be done just before rendering into the target starts.
source/effects/ambientocclusion.cpp
source/effects/bloom.cpp
source/effects/colorcurve.cpp
source/render/sequence.cpp