I have followed the Vulkan tutorial published on the official Vulkan documentation (Vulkan tutorial) and compiled it down in this repository. This served me as a way to learn Vulkan myself, as well as ...
This project implements the Vulkan tutorial up to and including "Swap chain recreation", resulting in a fully functional Vulkan program. While it may seem complex (over 1200 lines) for drawing a ...
Vulkan is now an established and flexible multi-platform graphics API. It has been adopted in many industries, including game development, medical imaging, movie productions, and media playback.