Skip to content

Commit 94f5da2

Browse files
committed
Submission fix
1 parent ad7454e commit 94f5da2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/computecloth/computecloth.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ class VulkanExample : public VulkanExampleBase
646646
submitInfo.pCommandBuffers = &drawCmdBuffers[currentBuffer];
647647
VK_CHECK_RESULT(vkQueueSubmit(queue, 1, &submitInfo, waitFences[currentBuffer]));
648648

649-
VulkanExampleBase::submitFrame(true);
649+
VulkanExampleBase::submitFrame(VK_NULL_HANDLE, true);
650650
}
651651

652652
void prepare()

0 commit comments

Comments
 (0)