mirror of
https://github.com/X0nk/Bliss-Shader.git
synced 2024-12-22 17:47:34 +08:00
made TAA_MODE toggle work on iris
This commit is contained in:
parent
300e563203
commit
8bb241843d
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user