vk_master_semaphore: Remove timeout
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user