googlestadia / PorQue4K

Los arcoiris son mejores en 4K. #BlackLivesMatter
Apache License 2.0
20 stars 7 forks source link

Proper colorspace management #17

Open robbiesri opened 4 years ago

robbiesri commented 4 years ago

The swapchain is created with VK_FORMAT_B8G8R8A8_UNORM in order to set the STORAGE image usage flag. The internal renderpasses uses UNORM as well, but should be converted to SRGB, and then have the final compute composite handle the conversion to the correct color space.