render/vulkan: correct sRBG gamma expansion in shader
The 'pow' part is >= to the linear part over the full domain, so 'max' can't be right
Fixes #3797 (closed)
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
The 'pow' part is >= to the linear part over the full domain, so 'max' can't be right
Fixes #3797 (closed)