diff --git a/README.md b/README.md index 562af49..2607c0c 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ Vulkan drivers and other related resources can be found at https://www.khronos.o #### Introduction to a Vulkan world +#####https://software.intel.com/en-us/api-without-secrets-introduction-to-vulkan-part-1 Tutorial presents how to create all resources necessary to use Vulkan inside our application: function pointers loading, Vulkan instance creation, physical device enumeration, logical device creation and queue set up. ### [02 - Swap chain](./Project/Tutorial02/)