mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 15:56:00 +03:00
[PR #2492] [MERGED] externals: Update MoltenVK #2777
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#2777
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/shadps4-emu/shadPS4/pull/2492
Author: @squidbus
Created: 2/21/2025
Status: ✅ Merged
Merged: 2/21/2025
Merged by: @georgemoralis
Base:
main← Head:mvk-update📝 Commits (1)
5c9e1ecexternals: Update MoltenVK📊 Changes
5 files changed (+16 additions, -8 deletions)
View changed files
📝
externals/MoltenVK/MoltenVK(+1 -1)📝
externals/MoltenVK/SPIRV-Cross(+1 -1)📝
src/video_core/renderer_vulkan/vk_instance.cpp(+3 -4)📝
src/video_core/renderer_vulkan/vk_instance.h(+0 -1)📝
src/video_core/renderer_vulkan/vk_platform.cpp(+11 -1)📄 Description
MVK_CONFIG_USE_MTLHEAP, which usesMTLHeapto back device memory instead of dedicated allocations. This will now allow us to useVK_IMAGE_CREATE_2D_ARRAY_COMPATIBLE_BITon MoltenVK. This setting may become default in the near future and can be removed then.VK_EXT_tooling_infosupport check no longer needed, since MoltenVK was the last hold-out and now supports it.getToolPropertiesEXTon AMD proprietary, pending release of a fix for Reshade issue.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.