mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-05-16 12:05:42 -04:00
VulkanHostDisplay: Fix a possible crash at shutdown with large post shaders
This commit is contained in:
parent
2492eb8678
commit
7a5f167c1c
@ -439,6 +439,7 @@ void VulkanHostDisplay::DestroyResources()
|
||||
m_post_processing_input_texture.Destroy(false);
|
||||
Vulkan::Util::SafeDestroyFramebuffer(m_post_processing_input_framebuffer);
|
||||
m_post_processing_stages.clear();
|
||||
m_post_processing_ubo.Destroy(true);
|
||||
m_post_processing_chain.ClearStages();
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user