Skip to content

Commit

Permalink
VDR: DumpImageDescriptor should use the correct image layout
Browse files Browse the repository at this point in the history
  • Loading branch information
panos-lunarg committed Feb 6, 2025
1 parent 5207104 commit e1cdfac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion framework/decode/vulkan_replay_dump_resources_delegate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,8 @@ VkResult DefaultVulkanDumpResourcesDelegate::DumpImageDescriptor(const VulkanDum
options_.dump_resources_image_format,
options_.dump_resources_dump_all_image_subresources,
options_.dump_resources_dump_raw_images,
options_.dump_resources_dump_separate_alpha);
options_.dump_resources_dump_separate_alpha,
image_info->intermediate_layout);
if (res != VK_SUCCESS)
{
GFXRECON_LOG_ERROR("Dumping image failed (%s)", util::ToString<VkResult>(res).c_str())
Expand Down

0 comments on commit e1cdfac

Please sign in to comment.