mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-12 07:05:46 -04:00
Vulkan: Fix crash when device creation fails
This commit is contained in:
@ -39,7 +39,9 @@ Context::Context(VkInstance instance, VkPhysicalDevice physical_device, bool own
|
||||
|
||||
Context::~Context()
|
||||
{
|
||||
WaitForGPUIdle();
|
||||
if (m_device != VK_NULL_HANDLE)
|
||||
WaitForGPUIdle();
|
||||
|
||||
DestroyRenderPassCache();
|
||||
DestroyGlobalDescriptorPool();
|
||||
DestroyCommandBuffers();
|
||||
|
Reference in New Issue
Block a user