From ef9d81d2bfd2a82abd7490997d2d883b416f8b6d Mon Sep 17 00:00:00 2001 From: Pawel Lapinski Date: Thu, 7 Apr 2016 08:38:55 +0200 Subject: [PATCH] Added link to the first tutorial. --- README.md | 1 + 1 file changed, 1 insertion(+) 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/)