The Khronos Group has released the Vulkan Unified Samples Repository, a central location where anyone can access Khronos-reviewed, high-quality Vulkan code samples.
The goals as stated are to:
- Create a collection of resources that demonstrate best-practice recommendations in Vulkan
- Create tutorials that explain the implementation of best-practices and include performance analysis guides
- Create a framework that can be used as reference material and also as a sandbox for advanced experimentation with Vulkan
Currently the tutorials cover the basics of Vulkan, swapchains, pipelines, render passes and render subpasses, command buffers, and AFBC. You can find the samples on Github at https://github.com/khronosGroup/Vulkan-samples.