another one

This commit is contained in:
CamilleLaVey 2025-12-03 02:12:05 -04:00 committed by lizzie
parent 745bf3f9e5
commit 0b4ad8bc74

View file

@ -939,7 +939,7 @@ bool Device::HasTimelineSemaphore() const {
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.
const u32 driver_version = (GetDriverVersion() << 3) >> 3;
constexpr u32 min_timeline_driver = VK_MAKE_API_VERSION(0, 500, 800, 51);