From b6ab281842779fe883627535ac006c57d95fe2a3 Mon Sep 17 00:00:00 2001 From: justin Date: Thu, 13 Nov 2025 17:54:36 +0000 Subject: [PATCH] Increase base buffer texture format size --- src/Framebuffer/Update.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Framebuffer/Update.hs b/src/Framebuffer/Update.hs index 59171e354..2bc7c23ae 100644 --- a/src/Framebuffer/Update.hs +++ b/src/Framebuffer/Update.hs @@ -25,7 +25,7 @@ sizeFBOs cfig rdata = (getWindowSize _gr_world_res cfig) GL_NEAREST GL_NEAREST - GL_RGBA8 + GL_RGBA16F GL_RGBA16F -- could possibly recover using depth in a clever way -- but probably not, because the projection matrix is -- not always on-center