]> git.tdb.fi Git - libs/gl.git/commit
Better lifecycle management of the fullscreen quad in PostProcessor
authorMikko Rasa <tdb@tdb.fi>
Mon, 8 Feb 2021 11:51:44 +0000 (13:51 +0200)
committerMikko Rasa <tdb@tdb.fi>
Mon, 8 Feb 2021 11:51:44 +0000 (13:51 +0200)
commit47bfbdc8cf844aa079995fca34a3b906b49a4f66
tree6e00262ba77ebe27acc8e0fbd450c7c48c325a52
parent696c5e20a1da222d225e9212017ef1af644b8103
Better lifecycle management of the fullscreen quad in PostProcessor

It's now stored in a WeakPtr and the postprocessor instances hold
a RefPtr to it, so it will be deleted together with the last
postprocessor.
source/ambientocclusion.cpp
source/ambientocclusion.h
source/bloom.cpp
source/bloom.h
source/colorcurve.cpp
source/colorcurve.h
source/postprocessor.cpp
source/postprocessor.h