mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2024-11-02 13:02:44 +01:00
test123
This commit is contained in:
parent
c585a71271
commit
ac1dd880c2
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue