Following the Vulkan tutorial in Rust using ash bindings.
- restructure code, current method is quite messy and has a lot of mut borrows which should probably be replaced.
- swap chain recreation
- Rust Vulkan tutorial using vulkanalia bindings.
- Vulkanalia itself for some of the utility methods.