externals: Update MoltenVK (#3435)
Some checks are pending
Build and Release / reuse (push) Waiting to run
Build and Release / clang-format (push) Waiting to run
Build and Release / get-info (push) Waiting to run
Build and Release / windows-sdl (push) Blocked by required conditions
Build and Release / windows-qt (push) Blocked by required conditions
Build and Release / macos-sdl (push) Blocked by required conditions
Build and Release / macos-qt (push) Blocked by required conditions
Build and Release / linux-sdl (push) Blocked by required conditions
Build and Release / linux-qt (push) Blocked by required conditions
Build and Release / linux-sdl-gcc (push) Blocked by required conditions
Build and Release / linux-qt-gcc (push) Blocked by required conditions
Build and Release / pre-release (push) Blocked by required conditions

This commit is contained in:
squidbus 2025-08-19 19:05:15 -07:00 committed by GitHub
parent 07bae57a16
commit defd826a73
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 5 additions and 5 deletions

View File

@ -237,7 +237,7 @@ find_package(SDL3 3.1.2 CONFIG)
find_package(stb MODULE)
find_package(toml11 4.2.0 CONFIG)
find_package(tsl-robin-map 1.3.0 CONFIG)
find_package(VulkanHeaders 1.4.314 CONFIG)
find_package(VulkanHeaders 1.4.324 CONFIG)
find_package(VulkanMemoryAllocator 3.1.0 CONFIG)
find_package(xbyak 7.07 CONFIG)
find_package(xxHash 0.8.2 MODULE)

@ -1 +1 @@
Subproject commit 00abd384ce01cbd439045905d2fa6cf799dfa2f6
Subproject commit 12ae3905880ab42ce3bcca4bf8dd161453e243dd

@ -1 +1 @@
Subproject commit 1a69a919fa302e92b337594bd0a8aaea61037d91
Subproject commit 0a88b2d5c08708d45692b7096a0a84e7bfae366c

@ -1 +1 @@
Subproject commit 9c77de5c3dd216f28e407eec65ed9c0a296c1f74
Subproject commit a01329f307fa6067da824de9f587f292d761680b

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