Browse Source

[vulkan, tu] Returning timeline semaphores to turnip

gpuopts
CamilleLaVey 3 weeks ago
parent
commit
3aa4fb867c
  1. 3
      src/video_core/vulkan_common/vulkan_device.cpp

3
src/video_core/vulkan_common/vulkan_device.cpp

@ -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…
Cancel
Save