From ae833182cbc42e2b6b0951f44e09ba9d39c3a3d4 Mon Sep 17 00:00:00 2001 From: baldurk Date: Tue, 15 Oct 2019 13:10:17 +0100 Subject: [PATCH] Remove a couple of outdated TODO items --- renderdoc/driver/vulkan/vk_initstate.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/renderdoc/driver/vulkan/vk_initstate.cpp b/renderdoc/driver/vulkan/vk_initstate.cpp index 7c9f34e50..1ba0b22f6 100644 --- a/renderdoc/driver/vulkan/vk_initstate.cpp +++ b/renderdoc/driver/vulkan/vk_initstate.cpp @@ -25,14 +25,8 @@ #include "vk_core.h" #include "vk_debug.h" -// VKTODOLOW for depth-stencil images we are only save/restoring the depth, not the stencil - // VKTODOLOW there's a lot of duplicated code in this file for creating a buffer to do // a memory copy and saving to disk. -// VKTODOLOW SerialiseComplexArray not having the ability to serialise into an in-memory -// array means some redundant copies. -// VKTODOLOW The code pattern for creating a few contiguous arrays all in one -// AllocAlignedBuffer for the initial contents buffer is ugly. // VKTODOLOW in general we do a lot of "create buffer, use it, flush/sync then destroy". // I don't know what the exact cost is, but it would be nice to batch up the buffers/etc