http://gitunderground.i2p/archive/Ryujinx/commit/bb89e36fd851e78787a3c81de0c6b757f170bea6
Explore Help Sign In archive / Ryujinx Watch 1 Star 0 Fork 0 You've already forked Ryujinx Code Issues Pull Requests Packages Projects Releases Activity Vulkan: Destroy
old swapchain on swapchain recreation ( #3889 ) Browse Source * Destroy
old swapchain on swapchain recreation
* vkDeviceWaitIdle before DestroySwapchain
* Update Ryujinx.Graphics.Vulkan/Window.cs
Co-authored-by: gdkchan <
[email protected] >
* Avoid unsafe code on RecreateSwapchain()
* Destroying...