[Fix] (MG_Backend/DirectVulkan): fix validation error on Windows

This commit is contained in:
2026-02-10 14:16:23 +08:00
parent ceaa6ff5f8
commit 43e59d8fce
4 changed files with 39 additions and 24 deletions
@@ -69,6 +69,6 @@ namespace MobileGL::MG_Backend::DirectVulkan {
void DestroyFrameResources();
void RecordFrameCommandBuffer(FrameContext& frame, uint32_t imageIndex);
void RecreateSwapchainIfNeeded();
void FrameBegin();
bool FrameBegin();
};
} // namespace MobileGL::MG_Backend::DirectVulkan
} // namespace MobileGL::MG_Backend::DirectVulkan