Skip to content

Commit

Permalink
Desperately trying to fix clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
SaschaWillems committed Mar 21, 2024
1 parent be1c22c commit 29edcdf
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -943,7 +943,6 @@ void DynamicRenderingLocalRead::build_command_buffers()
*/

vkb::image_layout_transition(cmd, swapchain_buffers[i].image, VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL, VK_IMAGE_LAYOUT_PRESENT_SRC_KHR, subresource_range_color);

#else
VkRenderPassBeginInfo render_pass_begin_info = vkb::initializers::render_pass_begin_info();
render_pass_begin_info.renderPass = render_pass;
Expand Down

0 comments on commit 29edcdf

Please sign in to comment.