From 4e0970ad61754a8a52e7d535ee792414be081ec3 Mon Sep 17 00:00:00 2001 From: maik klein Date: Fri, 9 Dec 2016 21:05:19 +0100 Subject: [PATCH] Vulkan tutorial thanks --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2bc93fa..6f92cb2 100644 --- a/README.md +++ b/README.md @@ -156,5 +156,6 @@ let swapchain = swapchain_ext.create_swapchain_khr(&swapchain_create_info).unwra * [Api with no secrets](https://software.intel.com/en-us/articles/api-without-secrets-introduction-to-vulkan-part-1) * [Vulkan tutorial](http://av.dfki.de/~jhenriques/development.html) * [Vulkan examples](https://github.com/SaschaWillems/Vulkan) +* [Vulkan tutorial](https://vulkan-tutorial.com/) * [Vulkano](https://github.com/tomaka/vulkano/) * [vk-rs](https://github.com/Osspial/vk-rs)