Fix issue with freeing resources
This commit is contained in:
@@ -230,6 +230,8 @@ namespace OpenVulkano::Vulkan
|
||||
void Device::Close()
|
||||
{
|
||||
device.destroyCommandPool(graphicsCommandPool);
|
||||
device.destroyPipelineCache(pipelineCache);
|
||||
device.destroy();
|
||||
//TODO fill
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user