Skip to content

Commit

Permalink
now correct (deadlock) as expected
Browse files Browse the repository at this point in the history
  • Loading branch information
leanid committed Jan 12, 2025
1 parent 99b5b00 commit cd3cb5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 02-vulkan/08-vk-framebuffer-cmd-2/render.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ void render::draw()
swapchain,
std::numeric_limits<uint64_t>::max(),
synchronization.image_available.at(current_frame_index),
synchronization.gpu_fence.at(current_frame_index));
{});

if (image_index.result != vk::Result::eSuccess)
{
Expand Down

0 comments on commit cd3cb5a

Please sign in to comment.