[Chore] (MG_Backend/DirectVulkan): remove unused functions

This commit is contained in:
2026-03-03 15:16:27 +08:00
parent 5f9d354adb
commit 9211341ae7
2 changed files with 0 additions and 54 deletions
@@ -95,9 +95,6 @@ namespace MobileGL::MG_Backend::DirectVulkan {
Uint32 swapchainImageIndex,
Bool includePendingClear = true) const;
RenderPassEntry& GetOrCreateRenderPass(const MG_State::GLState::FramebufferObject& fbo, Uint32 swapchainImageIndex);
static Bool TryClearPendingAttachmentsOnActiveRenderPass(
VkCommandBuffer commandBuffer,
const RenderPassEntry& compatibleRenderPassEntry);
static Bool BeginRenderPass(VkCommandBuffer commandBuffer, RenderPassEntry& renderPassEntry);
static Bool EndRenderPass(VkCommandBuffer commandBuffer);
static RenderPassEntry* GetActiveRenderPass();