mirror of
https://github.com/opus-tango/IntroductionToVulkan.git
synced 2026-03-19 19:52:51 +00:00
Added description of Tutorial07 to README.md file. Added image presenting rendering results of Tutorial07.
This commit is contained in:
BIN
Document/Images/07 - Uniform Buffers.png
Normal file
BIN
Document/Images/07 - Uniform Buffers.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 191 KiB |
11
README.md
11
README.md
@@ -66,4 +66,13 @@ In this example staging resources are presented. They are used as an intermediat
|
||||
|
||||
#### Using textures in shaders
|
||||
|
||||
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.
|
||||
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.
|
||||
|
||||
<hr>
|
||||
|
||||
### [07 - Uniform Buffers](./Project/Tutorial07/)
|
||||
<img src="./Document/Images/07 - Uniform Buffers.png" height="96px" align="right">
|
||||
|
||||
#### Using buffers in shaders
|
||||
|
||||
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