From e8ded0d7855bd441b47fb63409eee427696e77a6 Mon Sep 17 00:00:00 2001 From: baldurk Date: Wed, 2 Dec 2015 16:18:59 +0100 Subject: [PATCH] Initial state aspect handling incorrectness is much less severe now --- renderdoc/driver/vulkan/vk_initstate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renderdoc/driver/vulkan/vk_initstate.cpp b/renderdoc/driver/vulkan/vk_initstate.cpp index c4740363c..8599c62a0 100644 --- a/renderdoc/driver/vulkan/vk_initstate.cpp +++ b/renderdoc/driver/vulkan/vk_initstate.cpp @@ -24,7 +24,7 @@ #include "vk_core.h" -// VKTODOHIGH we are assuming in all the initial state handling that the image is VK_IMAGE_ASPECT_COLOR +// 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.