Skip to content

Commit 60f922e

Browse files
committed
Remove no longer required call
1 parent 768722e commit 60f922e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

attachments/17_swap_chain_recreation.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,6 @@ class HelloTriangleApplication
524524
throw std::runtime_error("failed to acquire swap chain image!");
525525
}
526526

527-
device.resetFences(*inFlightFences[frameIndex]);
528527
commandBuffers[frameIndex].reset();
529528
recordCommandBuffer(imageIndex);
530529

0 commit comments

Comments
 (0)