Mark that SRGB correctness is mostly done

This commit is contained in:
baldurk
2016-02-07 18:43:50 +01:00
parent 70b1d241b0
commit e35f8acd7a
-1
View File
@@ -190,7 +190,6 @@ void VulkanReplay::OutputWindow::Create(WrappedVulkan *driver, VkDevice device,
vkr = vt->GetSurfaceFormatsKHR(Unwrap(device), (const VkSurfaceDescriptionKHR *)&surfDesc, &numFormats, NULL);
RDCASSERT(vkr == VK_SUCCESS);
// VKTODOLOW make sure whole pipeline is SRGB correct
if(numFormats > 0)
{
VkSurfaceFormatKHR *formats = new VkSurfaceFormatKHR[numFormats];