vulkan: fix 1 frame delay of backbuffer resize

Fixes #2128.
This commit is contained in:
Sasha Szpakowski
2025-02-01 17:08:33 -04:00
parent 0d21908b7e
commit 25a2753b72
2 changed files with 27 additions and 11 deletions
+1
View File
@@ -341,6 +341,7 @@ private:
void cleanupSwapChain();
void recreateSwapChain();
void initDynamicState();
void beginSwapChainFrame();
void beginFrame();
void startRecordingGraphicsCommands();
void endRecordingGraphicsCommands();