Commit b90755ba by Ian Elliott Committed by Commit Bot

Vulkan: Remove a call to addReadDependency() that shouldn't be done.

Bug: angleproject:3798 Change-Id: I516e6b0766ba0fe7c0bc7f6cd9f4aea91c7536f1 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1745839Reviewed-by: 's avatarCourtney Goeltzenleuchter <courtneygo@google.com> Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Reviewed-by: 's avatarShahbaz Youssefi <syoussefi@chromium.org> Commit-Queue: Ian Elliott <ianelliott@google.com>
parent d48d38ce
...@@ -434,7 +434,6 @@ angle::Result TextureVk::copySubImageImpl(const gl::Context *context, ...@@ -434,7 +434,6 @@ angle::Result TextureVk::copySubImageImpl(const gl::Context *context,
framebufferVk)); framebufferVk));
onStagingBufferChange(); onStagingBufferChange();
framebufferVk->getFramebuffer()->addReadDependency(mImage);
return angle::Result::Continue; return angle::Result::Continue;
} }
......
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