[Fix] (MG_Backend/DirectVulkan): Acquire next frame image only at the start of frame.

This commit is contained in:
BZLZHH
2026-02-08 18:56:25 +08:00
parent e39af3b940
commit 2abdebcd96
2 changed files with 26 additions and 19 deletions
@@ -69,5 +69,6 @@ namespace MobileGL::MG_Backend::DirectVulkan {
void DestroyFrameResources();
void RecordFrameCommandBuffer(FrameContext& frame, uint32_t imageIndex);
void RecreateSwapchainIfNeeded();
void FrameBegin();
};
} // namespace MobileGL::MG_Backend::DirectVulkan