1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-08-25 21:46:38 -05:00

vk_present_manager: recreate surface on any surface loss

This commit is contained in:
Liam
2023-10-02 15:08:48 -04:00
parent 7a0da729b4
commit b32940d3ea
6 changed files with 33 additions and 49 deletions

View File

@@ -218,7 +218,6 @@ public:
return;
}
m_window->OnSurfaceChanged(m_native_window);
m_system.Renderer().NotifySurfaceChanged();
}
void ConfigureFilesystemProvider(const std::string& filepath) {