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.