mirror of
https://github.com/opus-tango/IntroductionToVulkan.git
synced 2026-03-20 12:05:20 +00:00
Added link to the 5th tutorial to the README.md file.
This commit is contained in:
@@ -57,6 +57,7 @@ This tutorial shows how to set up vertex attributes and bind buffer with a verte
|
|||||||
<img src="./Document/Images/05 - Staging Resources.png" height="96px" align="right">
|
<img src="./Document/Images/05 - Staging Resources.png" height="96px" align="right">
|
||||||
|
|
||||||
#### Copying data between buffers
|
#### 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.
|
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.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user