Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit

Permalink
++
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahwilliams committed Dec 17, 2024
1 parent 54518dd commit a69e12a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion impeller/renderer/backend/vulkan/render_pass_vk.cc
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ RenderPassVK::RenderPassVK(const std::shared_ptr<const Context>& context,
.SetLayoutWithoutEncoding(vk::ImageLayout::eGeneral);
}
if (color_image_vk_) {
TextureVK::Cast(*resolve_image_vk_)
TextureVK::Cast(*color_image_vk_)
.SetLayoutWithoutEncoding(vk::ImageLayout::eGeneral);
}

Expand Down

0 comments on commit a69e12a

Please sign in to comment.