changed defaults for this branch only

fixed iris buffer thing
added focus laser color (due to budder DEMANDING and threatening my family /s)
oh yeah, enabled fog!
This commit is contained in:
WoMspace
2023-01-18 17:36:21 +00:00
parent 18729345ca
commit 52c9594e0c
9 changed files with 34 additions and 20 deletions

View File

@ -19,11 +19,7 @@ const int colortex2Format = RGBA16F; //forward + transparencies (gbuffer->com
const int colortex3Format = R11F_G11F_B10F; //frame buffer + bloom (deferred6->final)
const int colortex4Format = RGBA16F; //light values and skyboxes (everything)
#ifdef SCREENSHOT_MODE
const int colortex5Format = RGBA32F; //TAA buffer (everything)
#else
const int colortex5Format = R11F_G11F_B10F; //TAA buffer (everything)
#endif
const int colortex5Format = RGBA32F; //TAA buffer (everything)
const int colortex6Format = R11F_G11F_B10F; //additionnal buffer for bloom (composite3->final)
const int colortex7Format = RGBA8; //Final output, transparencies id (gbuffer->composite4)