Play with upscaling filters

This commit is contained in:
2025-11-29 09:44:12 +00:00
parent c5c494522c
commit 974f3e96c9
10 changed files with 456 additions and 115 deletions
+1
View File
@@ -28,6 +28,7 @@ data RenderData = RenderData
, _shapeEBO :: UintBO
, _silhouetteEBO :: UintBO
, _pictureShaders :: MV.MVector (PrimState IO) (GLuint,VBO)
, _fboFullscreen :: (FBO,TO)
, _fboHalf1 :: (FBO, TO)
, _fboHalf2 :: (FBO, TO)
, _fboBase :: (FBO, (TO, TO, TO))