Added link to the first tutorial.

This commit is contained in:
Pawel Lapinski
2016-04-07 08:38:55 +02:00
parent f6b78a7154
commit ef9d81d2bf

View File

@@ -17,6 +17,7 @@ Vulkan drivers and other related resources can be found at https://www.khronos.o
<img src="./Document/Images/01 - The Beginning.png" height="96px" align="right">
#### 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/)