[Vulkan] Add forgotten delayed ImmediateTexture deletion
This commit is contained in:
@@ -210,6 +210,7 @@ void VulkanImmediateDrawer::Begin(int render_target_width,
|
|||||||
++it;
|
++it;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
DestroyTextureResource(it->first);
|
||||||
if (std::next(it) != textures_deleted_.end()) {
|
if (std::next(it) != textures_deleted_.end()) {
|
||||||
*it = textures_deleted_.back();
|
*it = textures_deleted_.back();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user