vk: Properly release dma resources.
This commit is contained in:
@@ -98,7 +98,7 @@ namespace vk
|
|||||||
|
|
||||||
void destroy()
|
void destroy()
|
||||||
{
|
{
|
||||||
if (!exists())
|
if (!exists() && context != rsx::texture_upload_context::dma)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
m_tex_cache->on_section_destroyed(*this);
|
m_tex_cache->on_section_destroyed(*this);
|
||||||
|
|||||||
Reference in New Issue
Block a user