Cleanup memory pool data on close

This commit is contained in:
Georg Hagen
2024-07-11 16:56:26 +02:00
parent 0fda5a0241
commit 888e30193b
3 changed files with 24 additions and 8 deletions

View File

@@ -114,6 +114,7 @@ namespace OpenVulkano::Vulkan
}
descriptorSetLayoutCache.clear();
shaders.clear();
memPool.Close();
device = nullptr;
}