Add thanks

This commit is contained in:
maik klein 2016-12-09 21:04:31 +01:00
parent c83346aa70
commit 45b7da7e56

View file

@ -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)