diff --git a/README.md b/README.md index 5ce96a0..2bc93fa 100644 --- a/README.md +++ b/README.md @@ -150,3 +150,11 @@ let swapchain = swapchain_ext.create_swapchain_khr(&swapchain_create_info).unwra ### Not started - Custom allocators + +## A thanks to + +* [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) +* [Vulkano](https://github.com/tomaka/vulkano/) +* [vk-rs](https://github.com/Osspial/vk-rs)