Use downscaling to sixteenth res for bloom

This commit is contained in:
2025-11-30 11:47:14 +00:00
parent 6ebf3f4ef7
commit 1635ce0176
4 changed files with 37 additions and 18 deletions
+2 -2
View File
@@ -29,8 +29,8 @@ data RenderData = RenderData
, _silhouetteEBO :: UintBO
, _pictureShaders :: MV.MVector (PrimState IO) (GLuint,VBO)
, _fboFullscreen :: (FBO,TO)
, _fboHalf1 :: (FBO, TO)
, _fboHalf2 :: (FBO, TO)
, _fboHalf :: (FBO, TO)
, _fboQuarter :: (FBO, TO)
, _fboBase :: (FBO, (TO, TO, TO))
, _fboCloud :: (FBO, (TO, TO, TO))
, _fboWindow :: (FBO, (TO, TO))