Edwin Vane
Results
2
comments of
Edwin Vane
I recently ran into this problem implementing this piece of composition. The issue is the CTS test is calculating colors in gamma space and then (implicitly) submitting layers on non-linear...
Digging into this further, the issue stems from the vkCmdBlitImage used to initialize the static swapchain image for the expected result. An SRGB swapchain is being created with images that...