Commit 275a495d by Jamie Madill Committed by Commit Bot

Vulkan: Remove TODO.

Bug: angleproject:3200 Change-Id: Iaa5fb596a29b5488e45dec5636266e24ab4d97b2 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2347118Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>
parent 5921a040
...@@ -4781,9 +4781,6 @@ angle::Result ImageHelper::readPixels(ContextVk *contextVk, ...@@ -4781,9 +4781,6 @@ angle::Result ImageHelper::readPixels(ContextVk *contextVk,
if (isMultisampled) if (isMultisampled)
{ {
// Note: resolve only works on color images (not depth/stencil). // Note: resolve only works on color images (not depth/stencil).
//
// TODO: Currently, depth/stencil blit can perform a depth/stencil readback, but that code
// path will be optimized away. http://anglebug.com/3200
ASSERT(copyAspectFlags == VK_IMAGE_ASPECT_COLOR_BIT); ASSERT(copyAspectFlags == VK_IMAGE_ASPECT_COLOR_BIT);
VkImageResolve resolveRegion = {}; VkImageResolve resolveRegion = {};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment