mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-12-05 20:32:07 -06:00
test123
This commit is contained in:
@@ -702,7 +702,7 @@ public:
|
|||||||
return properties.driver.driverID == VK_DRIVER_ID_NVIDIA_PROPRIETARY;
|
return properties.driver.driverID == VK_DRIVER_ID_NVIDIA_PROPRIETARY;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Checks if we are runing MolvenVK.
|
/// Checks if we are running MolvenVK.
|
||||||
bool IsMoltenVK() const noexcept {
|
bool IsMoltenVK() const noexcept {
|
||||||
return properties.driver.driverID == VK_DRIVER_ID_MOLTENVK;
|
return properties.driver.driverID == VK_DRIVER_ID_MOLTENVK;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user