mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-10 19:51:32 -06:00
vk_instance: Temporarily disable maintenance8 for MoltenVK
Working on getting fix in for image copy issue.
This commit is contained in:
parent
d9108cd39a
commit
e7b97580b7
@ -111,7 +111,7 @@ public:
|
||||
|
||||
/// Returns true if VK_KHR_maintenance8 is supported
|
||||
bool IsMaintenance8Supported() const {
|
||||
return maintenance_8;
|
||||
return maintenance_8 && driver_id != vk::DriverId::eMoltenvk;
|
||||
}
|
||||
|
||||
/// Returns true when VK_EXT_custom_border_color is supported
|
||||
|
||||
Loading…
Reference in New Issue
Block a user