- Drawing a triangle - https://www.youtube.com/watch?v=_PNiRGIAfY4
- Instance creation
- Debug
- Queues & Device
- Surface & Window
- Swapchain
- RenderPass
- Graphics pipeline
- Command Pools
- Command Buffer filling
- Synchronization and Presentation
- Everything else
[rust + vulkan]
https://hoj-senna.github.io/ashen-aetna/ - A pretty decent but partially outdated guide for ash[vulkan]
https://www.youtube.com/playlist?list=PLmIqTlJ6KsE1Jx5HV4sd2jOe3V1KMHHgn - A Vulkan lecture series[rust]
https://doc.rust-lang.org/book/ - If you don't understand things written in here your Rust experience will probably be painful[useful math]
https://gamemath.com/book/intro.html - A readworthy piece about general game and graphics math