From 6287573ff08d1baa25c2df489af9f35303a4b7b8 Mon Sep 17 00:00:00 2001 From: Nikita Krupitskas Date: Tue, 2 May 2017 17:46:30 +0300 Subject: [PATCH] Small typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0fac2558..4a6e96f4 100644 --- a/README.md +++ b/README.md @@ -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: -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) \ No newline at end of file +- [My personal view on Vulkan (as a hobby developer)](http://www.saschawillems.de/?p=1886)