Remove mipmaps from framebuffers with shared renderbuffer

This commit is contained in:
2021-07-06 16:40:01 +02:00
parent 4d7f7803e0
commit b5b2a44461
2 changed files with 6 additions and 3 deletions
+1
View File
@@ -86,6 +86,7 @@ doDrawing pdata w = do
depthFunc $= Just Always
--blend $= Disabled
textureBinding Texture2D $= Just (snd $ _fboBloom pdata)
textureFilter Texture2D $= ((Linear',Nothing) , Linear')
--clear [ColorBuffer]
--blendFunc $= (SrcAlpha,OneMinusSrcAlpha)
--blendFuncSeparate $= ((Zero,One), (Zero,SrcAlpha))