Commit fddac3a3 by Jamie Madill Committed by Commit Bot

Vulkan: Remove obsolete TODO.

Bug: angleproject:2397 Change-Id: I847772aa5ce1c27f7fd232d50d39c15f10135900 Reviewed-on: https://chromium-review.googlesource.com/1108515Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>
parent 397ca26a
......@@ -168,8 +168,6 @@ gl::Error ProgramVk::destroy(const gl::Context *contextImpl)
vk::Error ProgramVk::reset(ContextVk *contextVk)
{
// TODO(jmadill): Handle re-linking a program that is in-use. http://anglebug.com/2397
VkDevice device = contextVk->getDevice();
for (auto &descriptorSetLayout : mDescriptorSetLayouts)
......
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