Skip to content
This repository was archived by the owner on Mar 31, 2023. It is now read-only.

Commit 7181fa4

Browse files
committed
Added description of Tutorial07 to README.md file. Added image presenting rendering results of Tutorial07.
1 parent 8c6cc0d commit 7181fa4

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed
191 KB
Loading

README.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,13 @@ In this example staging resources are presented. They are used as an intermediat
6666

6767
#### Using textures in shaders
6868

69-
This tutorial shows what resources are needed and how they should be prepared to be able to use textures (or other shader resources) in shader programs.
69+
This tutorial shows what resources are needed and how they should be prepared to be able to use textures (or other shader resources) in shader programs.
70+
71+
<hr>
72+
73+
### [07 - Uniform Buffers](./Project/Tutorial07/)
74+
<img src="./Document/Images/07 - Uniform Buffers.png" height="96px" align="right">
75+
76+
#### Using buffers in shaders
77+
78+
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.

0 commit comments

Comments
 (0)