mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 15:56:00 +03:00
[PR #670] [MERGED] vulkan: Few fixes for MoltenVK #1704
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#1704
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/670
Author: @squidbus
Created: 8/30/2024
Status: ✅ Merged
Merged: 8/30/2024
Merged by: @raphaelthegreat
Base:
main← Head:vk-fixes📝 Commits (2)
aea633dvulkan: Use SPIR-V 1.5 when Vulkan version is 1.2bfb6870vulkan: Fix Format2_10_10_10 mismap📊 Changes
2 files changed (+6 additions, -10 deletions)
View changed files
📝
src/video_core/renderer_vulkan/liverpool_to_vk.cpp(+5 -9)📝
src/video_core/renderer_vulkan/vk_shader_cache.cpp(+1 -1)📄 Description
A2B10G10R10UnormPack32with an unused duplicate mapping toA2R10G10B10UnormPack32, and the Snorm version would map toA2R10G10B10SnormPack32. Now both only map to their respective A2B10G10R10 formats. This helps for games that use these formats under MoltenVK since it does not support the A2R10G10B10 versions for vertex buffers.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.