mirror of
https://github.com/opus-tango/IntroductionToVulkan.git
synced 2026-03-20 03:55:26 +00:00
Added link to the text of the 7th part of the tutorial.
This commit is contained in:
@@ -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">
|
<img src="./Document/Images/07 - Uniform Buffers.png" height="96px" align="right">
|
||||||
|
|
||||||
#### Using buffers in shaders
|
#### 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.
|
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.
|
||||||
|
|||||||
Reference in New Issue
Block a user