[Chore] (MG_Backend/DirectVulkan): move ClearAttachmentsOnActiveRenderPass to VulkanRenderer

This commit is contained in:
2026-03-03 14:59:03 +08:00
parent 20e2768f27
commit 0ae36b71f5
4 changed files with 66 additions and 23 deletions
@@ -73,6 +73,10 @@ namespace MobileGL::MG_Backend::DirectVulkan {
vkDestroyFramebuffer(s_device, framebuffer, nullptr);
}
}
Bool CompatibleWith(const RenderPassEntry& that) {
return this->compatibilityHash == that.compatibilityHash;
}
};
class VkRenderPassManager {