Browse Source

another one

lizzie/evil-meow-meow
CamilleLaVey 6 months ago
committed by lizzie
parent
commit
0b4ad8bc74
  1. 2
      src/video_core/vulkan_common/vulkan_device.cpp

2
src/video_core/vulkan_common/vulkan_device.cpp

@ -939,7 +939,7 @@ bool Device::HasTimelineSemaphore() const {
return false; return false;
} }
if (driver_id == VK_DRIVER_ID_QUALCOMM_PROPRIETARY) {
if (GetDriverID() == VK_DRIVER_ID_QUALCOMM_PROPRIETARY) {
// Drop the variant bits before comparing to the minimum supported timeline build. // Drop the variant bits before comparing to the minimum supported timeline build.
const u32 driver_version = (GetDriverVersion() << 3) >> 3; const u32 driver_version = (GetDriverVersion() << 3) >> 3;
constexpr u32 min_timeline_driver = VK_MAKE_API_VERSION(0, 500, 800, 51); constexpr u32 min_timeline_driver = VK_MAKE_API_VERSION(0, 500, 800, 51);

Loading…
Cancel
Save