Vulkan Ray Tracing Tutorial

This tutorial is a beginner-friendly introduction to writing your own fast, photorealistic path tracer in less than 300 lines of C++ code and 250 lines of GLSL shader code using Vulkan.

https://github.com/nvpro-samples/vk_mini_path_tracer

I have to admit, this is a very, very impressive tutorial. Great job!