fix TAA when distant horizons is enabled.

This commit is contained in:
Xonk
2024-07-07 14:18:56 -04:00
parent 8143c57fa2
commit 6df9b1624a
2 changed files with 9 additions and 122 deletions

View File

@ -1,4 +1,4 @@
#define SHADER_VERSION_LABEL 476 // [476]
#define SHADER_VERSION_LABEL 477 // [477]
#define saturate(x) clamp(x,0.0,1.0)