externals: Update MoltenVK (#3435)

This commit is contained in:
squidbus
2025-08-19 19:05:15 -07:00
committed by GitHub
parent 07bae57a16
commit defd826a73
5 changed files with 5 additions and 5 deletions

View File

@@ -111,7 +111,7 @@ public:
/// Returns true if VK_KHR_maintenance8 is supported
bool IsMaintenance8Supported() const {
return maintenance_8 && driver_id != vk::DriverId::eMoltenvk;
return maintenance_8;
}
/// Returns true when VK_EXT_custom_border_color is supported