Slightly restrict texture sizes

This commit is contained in:
2025-11-23 11:00:47 +00:00
parent 74c02291c1
commit 2cffe81b75
4 changed files with 7 additions and 8 deletions
-1
View File
@@ -27,7 +27,6 @@ data RenderData = RenderData
, _shapeEBO :: UintBO
, _silhouetteEBO :: UintBO
, _pictureShaders :: MV.MVector (PrimState IO) (GLuint,VBO)
-- , _fbo2 :: (FBO, TO)
, _fboHalf1 :: (FBO, TO)
, _fboHalf2 :: (FBO, TO)
, _fboBase :: (FBO, (TO, TO, TO))