ZOulhadj / vmve

Vulkan Model Viewer and Importer. A project developed as part of my final year project at University.
https://zoulhadj.github.io/vmve_website/
MIT License
1 stars 0 forks source link

Crash when attempting to destroy image resources #58

Open ZOulhadj opened 1 year ago

ZOulhadj commented 1 year ago

Since adding default textures that models might fall back to in the event that certain textures are not found, the application crashes since a model destroys the default textures and so the next model tries to destroy the already deleted resources.