[vulkan, tu] Returning timeline semaphores to turnip
This commit is contained in:
parent
ab1ad1dc4a
commit
3aa4fb867c
|
|
@ -924,9 +924,6 @@ bool Device::ShouldBoostClocks() const {
|
|||
}
|
||||
|
||||
bool Device::HasTimelineSemaphore() const {
|
||||
if (GetDriverID() == VK_DRIVER_ID_MESA_TURNIP) {
|
||||
return false;
|
||||
}
|
||||
return features.timeline_semaphore.timelineSemaphore;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue