mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-09 05:08:43 +00:00
vk_instance: Temporarily disable maintenance8 for MoltenVK
Working on getting fix in for image copy issue.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user