mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 16:25:58 +03:00
[PR #1755] [MERGED] renderer_vulkan: Fix some color attachment indexing issues. #2277
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#2277
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/1755
Author: @squidbus
Created: 12/12/2024
Status: ✅ Merged
Merged: 12/12/2024
Merged by: @raphaelthegreat
Base:
main← Head:mrt-fix📝 Commits (1)
d863c44renderer_vulkan: Fix some color attachment indexing issues.📊 Changes
5 files changed (+30 additions, -15 deletions)
View changed files
📝
src/video_core/renderer_vulkan/vk_graphics_pipeline.cpp(+3 -5)📝
src/video_core/renderer_vulkan/vk_graphics_pipeline.h(+1 -0)📝
src/video_core/renderer_vulkan/vk_pipeline_cache.cpp(+24 -10)📝
src/video_core/renderer_vulkan/vk_platform.cpp(+1 -0)📝
src/video_core/renderer_vulkan/vk_rasterizer.cpp(+1 -0)📄 Description
color_target_maskand shadermrt_mask, make sure that:VK_NULL_HANDLE.std::ranges::find(key.color_formats, vk::Format::eUndefined)is not sufficient when there are potentially undefined attachments in between defined attachments.color_target_mask.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.