mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
vulkan: populate oldSwapchain field during swap chain creation. Also fix crash if window is already closed, when quitting.
Fixes #2174
This commit is contained in:
@@ -337,7 +337,7 @@ private:
|
||||
void createCommandBuffers();
|
||||
void createSyncObjects();
|
||||
void cleanup();
|
||||
void cleanupSwapChain();
|
||||
void cleanupSwapChain(bool destroySwapChainObject);
|
||||
void recreateSwapChain();
|
||||
void initDynamicState();
|
||||
void beginSwapChainFrame();
|
||||
|
||||
Reference in New Issue
Block a user