mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Experimental commit that effectively reverts the Vulkan part of #12882.
For the #12927 investigation.
This commit is contained in:
parent
4ffc73bf5b
commit
29d1f97dd5
1 changed files with 1 additions and 1 deletions
|
@ -790,7 +790,7 @@ void VulkanQueueRunner::ApplyRenderPassMerge(std::vector<VKRStep *> &steps) {
|
|||
case VKRStepType::RENDER:
|
||||
if (steps[j]->render.framebuffer == fb) {
|
||||
// Prevent Unknown's example case from https://github.com/hrydgard/ppsspp/pull/12242
|
||||
if (renderHasClear(steps[j]) || steps[j]->dependencies.contains(touchedFramebuffers)) {
|
||||
if (steps[j]->dependencies.contains(touchedFramebuffers)) {
|
||||
goto done_fb;
|
||||
} else {
|
||||
// Safe to merge, great.
|
||||
|
|
Loading…
Add table
Reference in a new issue