Work on distortion shaders

This commit is contained in:
2025-11-14 22:28:22 +00:00
parent 60a2054cd5
commit 5dfc97a683
4 changed files with 15 additions and 19 deletions
-1
View File
@@ -28,7 +28,6 @@ data RenderData = RenderData
, _silhouetteEBO :: UintBO
, _pictureShaders :: MV.MVector (PrimState IO) (Shader,VBO)
, _fbo2 :: (FBO, TO)
, _fbo3 :: (FBO, TO)
, _fboHalf1 :: (FBO, TO)
, _fboHalf2 :: (FBO, TO)
, _fboBase :: (FBO, (TO, TO, TO))