Closed rextimmy closed 2 years ago
Hi there sascha,
Just noticed in VulkanglTFModel.hpp there a few vectors that hold pointers and they are not deleted anywhere. https://github.com/SaschaWillems/Vulkan-glTF-PBR/blob/master/base/VulkanglTFModel.hpp#L366 & https://github.com/SaschaWillems/Vulkan-glTF-PBR/blob/master/base/VulkanglTFModel.hpp#L537
I think this issue will be solved once PR https://github.com/SaschaWillems/Vulkan-glTF-PBR/pull/36 has been merged.
(Can this issue be closed now?)
Hi there sascha,
Just noticed in VulkanglTFModel.hpp there a few vectors that hold pointers and they are not deleted anywhere. https://github.com/SaschaWillems/Vulkan-glTF-PBR/blob/master/base/VulkanglTFModel.hpp#L366 & https://github.com/SaschaWillems/Vulkan-glTF-PBR/blob/master/base/VulkanglTFModel.hpp#L537