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

@ -90,7 +90,7 @@ public:
};
// Contains the texture for a single glTF image
// Images may be reused by texture objects and are as such separted
// Images may be reused by texture objects and are as such separated
struct Image {
vks::Texture2D texture;
// We also store (and create) a descriptor set that's used to access this texture from the fragment shader