The game is rendered in gamma space, which is not correct - the lighting is affected by non-linear mapping. So I added optional linear space rendering. To achieve this:
- albedo (and maybe some other) textures ar now loaded as *_SRGB format. Technical textures (such as bump, masks, etc) are still loaded as is.
- main color related back buffers and render targets were also made _SRGB.