This commit is contained in:
2025-11-21 11:13:29 +00:00
parent f9f4fc02ea
commit 2500a01cb3
2 changed files with 1 additions and 5 deletions
+1 -2
View File
@@ -29,7 +29,6 @@ sizeFBOs cfig rdata =
GL_RGBA16F -- could possibly recover using depth in a clever way
-- but probably not, because the projection matrix is
-- not always on-center
--GL_RGBA16F -- make this smaller?
GL_RGBA8_SNORM
rdata
fboBase
@@ -74,7 +73,7 @@ sizeFBOs cfig rdata =
GL_NEAREST
GL_NEAREST
GL_RGBA8
GL_RGBA16F
GL_RGBA8
)
fboWindow
where