vk: rt: fixup

This commit is contained in:
Ivan Avdeev 2024-01-23 12:13:48 -05:00
parent 7e7351c599
commit 18269ebf81
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
## Next
- [ ] white furnace test
- [ ] performance profiling and comparison
## 2024-01-23 E368

View File

@ -387,7 +387,7 @@ void main() {
colour = LINEARtoSRGB(colour);
// See issue https://github.com/w23/xash3d-fwgs/issues/668, map test_blendmode_additive_alpha.
// Adding emissive_blend to the final color in the *incorrect* sRGB-¿ space. It makes
// Adding emissive_blend to the final color in the *incorrect* sRGB-γ space. It makes
// it look much more like the original. Adding emissive in the *correct* linear space differs
// from the original a lot, and looks perceptively worse.
colour += legacy_blend.rgb;