vk_master_semaphore: Remove timeout

This commit is contained in:
GPUCode
2023-03-26 11:53:19 +03:00
parent fcf9d29a62
commit ffe6904502

View File

@@ -15,7 +15,7 @@ namespace Vulkan {
class Instance;
constexpr u64 WAIT_TIMEOUT = 1000000000;
constexpr u64 WAIT_TIMEOUT = std::numeric_limits<u64>::max();
class MasterSemaphore {
public: