SiebenCorgie / jakar-engine

Formerly "Ori-Engine" is an hobby project of mine. Target is an Rust/Vulkan engine for games and visualization software.
MIT License
19 stars 0 forks source link

Make the managers delete resources that are no longer needed #30

Open SiebenCorgie opened 6 years ago

SiebenCorgie commented 6 years ago

One job of the manager should be to delete stuff that is no longer used. I think this could be done by counting the references of the Arc's stored in the manager, if weak and strong are both 0 it could be deleted.