SHADOWS WORK

This commit is contained in:
Dynamitos
2025-05-10 22:52:46 +02:00
parent 980414e38b
commit 08a4dbdfdf
6 changed files with 63 additions and 32 deletions
+1 -1
View File
@@ -113,5 +113,5 @@ float4 toneMapping(float2 uv : UV) : SV_Target
value = agxLook(value);
value = agxEotf(value);
return float4(value, 1);
return float4(hdrValue, 1);
}