Vulkan-Handles get destroyed if unused
Currently Vulkan-handles do only get destroyed when all managers get destroyed because the application quits and Core gets out of scope. It would be much better if we track the actual usage of all resources and free its memory when it won't be used anymore.