Small typo
This commit is contained in:
parent
fdac484726
commit
6287573ff0
1 changed files with 2 additions and 2 deletions
|
|
@ -89,7 +89,7 @@ Uses [assimp](https://github.com/assimp/assimp) to load a mesh from a common 3D
|
|||
### [Dynamic uniform buffers](dynamicuniformbuffer/) :speech_balloon:
|
||||
<img src="./screenshots/dynamicuniformbuffer.jpg" height="72px" align="right">
|
||||
|
||||
Demonstrates the use of dynamic uniform buffers for rendering multiple objects with different matrices from one big uniform buffer object. Sets up one bug uniform buffer that contains multiple model matrices that are dynamically addressed upon descriptor binding time.
|
||||
Demonstrates the use of dynamic uniform buffers for rendering multiple objects with different matrices from one big uniform buffer object. Sets up one big uniform buffer that contains multiple model matrices that are dynamically addressed upon descriptor binding time.
|
||||
|
||||
This minimizes the number of descriptor sets required and may help in optimizing memory writes by e.g. only doing partial updates to that memory.
|
||||
|
||||
|
|
@ -353,4 +353,4 @@ Please note that (some) models and textures use separate licenses. Please comply
|
|||
- [Official list of Vulkan resources](https://www.khronos.org/vulkan/resources)
|
||||
- [Vulkan API specifications](https://www.khronos.org/registry/vulkan/specs/1.0/apispec.html) ([quick reference cards](https://www.khronos.org/registry/vulkan/specs/1.0/refguide/Vulkan-1.0-web.pdf))
|
||||
- [SPIR-V specifications](https://www.khronos.org/registry/spir-v/specs/1.0/SPIRV.html)
|
||||
- [My personal view on Vulkan (as a hobby developer)](http://www.saschawillems.de/?p=1886)
|
||||
- [My personal view on Vulkan (as a hobby developer)](http://www.saschawillems.de/?p=1886)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue