mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-02-17 10:06:22 +01:00
![PixelyIon](/assets/img/avatar_default.png)
Certain titles such as BOTW trigger behavior to reuse an attachment within the same subpass, this caused an exception inside `RenderPassNode::AddAttachment` as it cannot find corresponding subpass for attachment. To fix this issue, we now assume that when it cannot find a subpass for an existing attachment, it is attached to the latest subpass and return the attachment.