fix temporal upscaling noisy edges visual issue. slightly improve screenspace shdows.

This commit is contained in:
Xonk
2024-06-26 19:25:04 -04:00
parent 9a6ffa360c
commit 9ab0412f72
4 changed files with 47 additions and 19 deletions

View File

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