mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Vulkan: Remove logspam.
This commit is contained in:
parent
df1bd64662
commit
335788a932
1 changed files with 0 additions and 1 deletions
|
@ -1663,7 +1663,6 @@ void VulkanDeleteList::PerformDeletes(VulkanContext *vulkan, VmaAllocator alloca
|
||||||
}
|
}
|
||||||
imagesWithAllocs_.clear();
|
imagesWithAllocs_.clear();
|
||||||
for (auto &imageView : imageViews_) {
|
for (auto &imageView : imageViews_) {
|
||||||
INFO_LOG(G3D, "deleting imageview %p", imageView);
|
|
||||||
vkDestroyImageView(device, imageView, nullptr);
|
vkDestroyImageView(device, imageView, nullptr);
|
||||||
}
|
}
|
||||||
imageViews_.clear();
|
imageViews_.clear();
|
||||||
|
|
Loading…
Add table
Reference in a new issue