Add logging timeout size on Vulkan fence wait fail
This commit is contained in:
@@ -2257,6 +2257,7 @@ bool FenceManagerVulkan::WaitForFence(FenceVulkan* fence, float timeoutSeconds)
|
||||
fence->IsSignaled = true;
|
||||
return false;
|
||||
}
|
||||
LOG(Warning, "vkWaitForFences failed with timeout: {}s", timeoutSeconds);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user