fix DOF autofocus focal point not scaling with TAAU

This commit is contained in:
Xonk
2024-06-27 15:23:50 -04:00
parent 9ab0412f72
commit 810c1dd0f8
4 changed files with 3 additions and 5 deletions

View File

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