commit
968ccc0df4
1 changed files with 1 additions and 1 deletions
|
|
@ -632,7 +632,7 @@ public:
|
||||||
VulkanExampleBase::submitFrame();
|
VulkanExampleBase::submitFrame();
|
||||||
|
|
||||||
// Submit compute commands
|
// Submit compute commands
|
||||||
// Use a fence to ensure that compute command buffer has finished executin before using it again
|
// Use a fence to ensure that the compute command buffer has finished executing before using it again
|
||||||
vkWaitForFences(device, 1, &compute.fence, VK_TRUE, UINT64_MAX);
|
vkWaitForFences(device, 1, &compute.fence, VK_TRUE, UINT64_MAX);
|
||||||
vkResetFences(device, 1, &compute.fence);
|
vkResetFences(device, 1, &compute.fence);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue