]> git.xonotic.org Git - xonotic/darkplaces.git/commit
R_BlendView: fix motion blur by using the correct FBO for it.
authorRudolf Polzer <divVerent@gmail.com>
Tue, 2 Jan 2024 19:19:28 +0000 (11:19 -0800)
committerdivVerent <divVerent@gmail.com>
Wed, 3 Jan 2024 19:04:15 +0000 (14:04 -0500)
commit376999b6fe1e8564088ad2aaf51e8032837b468d
tree495485a6733f2260e88ec038fd1ae8ddf7220a5b
parent48d83538ef13596d4569d46ae66467b63b945546
R_BlendView: fix motion blur by using the correct FBO for it.

Motion blur has to be applied to the view FBO, not the (optional) screen FBO.
Especially as the code generating runs before even writing to the screen FBO.
gl_rmain.c