From 8bb241843da651ac7b18fdaef19ca6d2bd032678 Mon Sep 17 00:00:00 2001 From: WoMspace Date: Thu, 9 Feb 2023 20:49:15 +0000 Subject: [PATCH] made TAA_MODE toggle work on iris --- shaders/composite8.fsh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/shaders/composite8.fsh b/shaders/composite8.fsh index 3087cce..12be071 100644 --- a/shaders/composite8.fsh +++ b/shaders/composite8.fsh @@ -11,6 +11,14 @@ const int noiseTextureResolution = 32; +const int RGBA32F = 1; +const int R11F_G11F_B10F = 1; +#ifdef SCREENSHOT_MODE + const int colortex5Format = RGBA32F; //TAA buffer (everything) +#else + const int colortex5Format = R11F_G11F_B10F; //TAA buffer (everything) +#endif + /* const int colortex0Format = RGBA16F; // low res clouds (deferred->composite2) + low res VL (composite5->composite15)