tweak shadow bias to handle low resolutions better

This commit is contained in:
Xonk
2024-06-20 14:59:02 -04:00
parent 56ad3b059d
commit 60e807cfce
3 changed files with 10 additions and 9 deletions

View File

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