]> git.tdb.fi Git - libs/gl.git/commitdiff
Use linear filtering for ambient occlusion render target
authorMikko Rasa <tdb@tdb.fi>
Fri, 6 Jan 2017 16:15:43 +0000 (18:15 +0200)
committerMikko Rasa <tdb@tdb.fi>
Fri, 6 Jan 2017 16:15:43 +0000 (18:15 +0200)
The blurring step samples it exactly between texels so nearest filtering
may cause artifacts due to floating point math instability.


No differences found