Fixed typos

This commit is contained in:
Sascha Willems 2020-08-09 14:39:32 +02:00
parent 2898671f40
commit 583e61ac35
9 changed files with 10 additions and 10 deletions

View file

@ -217,7 +217,7 @@ public:
Using the shared descriptor set layout and the descriptor pool we will now allocate the descriptor sets.
Descriptor sets contain the actual descriptor fo the objects (buffers, images) used at render time.
Descriptor sets contain the actual descriptor for the objects (buffers, images) used at render time.
*/