]> git.tdb.fi Git - libs/gl.git/commit
Use linear filtering when rendering bloom
authorMikko Rasa <tdb@tdb.fi>
Mon, 17 Jun 2019 20:25:49 +0000 (23:25 +0300)
committerMikko Rasa <tdb@tdb.fi>
Mon, 17 Jun 2019 20:25:49 +0000 (23:25 +0300)
commit38ef46bd5cf01ad6d33246b52839ffde2faa3367
treef6901da50476f24fc96e7a55f2f98fd2489e02bd
parent6ac405143184ff9f8e8114183a2d8f7b224d2779
Use linear filtering when rendering bloom

This postprocessor is often rendered at a reduced resolution, and nearest
filtering causes the output to appear blocky.
source/bloom.cpp