From e35f8acd7aad5e53eea8b3fa06b1302847893d20 Mon Sep 17 00:00:00 2001 From: baldurk Date: Fri, 16 Oct 2015 19:31:52 +0200 Subject: [PATCH] Mark that SRGB correctness is mostly done --- renderdoc/driver/vulkan/vk_replay.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/renderdoc/driver/vulkan/vk_replay.cpp b/renderdoc/driver/vulkan/vk_replay.cpp index 4ed3fe283..8c4f66de7 100644 --- a/renderdoc/driver/vulkan/vk_replay.cpp +++ b/renderdoc/driver/vulkan/vk_replay.cpp @@ -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];