Added link to the text of the 7th part of the tutorial.

This commit is contained in:
Pawel Lapinski
2018-03-19 22:44:08 +01:00
committed by GitHub
parent ef40a99868
commit d566eef9a0

View File

@@ -77,5 +77,6 @@ This tutorial shows what resources are needed and how they should be prepared to
<img src="./Document/Images/07 - Uniform Buffers.png" height="96px" align="right">
#### Using buffers in shaders
##### https://software.intel.com/en-us/articles/api-without-secrets-introduction-to-vulkan-part-7
Here it is shown how to add uniform buffer to descriptor sets, how to provide data for projection matrix through it and how to use it inside shader.