mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-06 23:00:59 +00:00
Mark that SRGB correctness is mostly done
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user