From ca638ee0029052f61e2a38d8075ac4c173edfc8d Mon Sep 17 00:00:00 2001 From: plapins Date: Wed, 17 Aug 2016 15:37:07 +0200 Subject: [PATCH] Added link to the 5th tutorial to the README.md file. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 91dcf44..a903951 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,7 @@ This tutorial shows how to set up vertex attributes and bind buffer with a verte #### Copying data between buffers +##### https://software.intel.com/en-us/articles/api-without-secrets-introduction-to-vulkan-part-5 In this example staging resources are presented. They are used as an intermediate resources for copying data between CPU and GPU. This way, resources involved in rendering can be bound only to a device local (very fast) memory.