Fix typos

http://its-not-its.info/
This commit is contained in:
httpdigest 2020-01-12 12:54:41 +01:00
parent 8668606a14
commit 5029e15ec6
13 changed files with 17 additions and 17 deletions

View file

@ -217,7 +217,7 @@ public:
VkCommandBuffer copyCmd = VulkanExampleBase::createCommandBuffer(VK_COMMAND_BUFFER_LEVEL_PRIMARY, true);
// Setup buffer copy regions for each face including all of it's miplevels
// Setup buffer copy regions for each face including all of its miplevels
std::vector<VkBufferImageCopy> bufferCopyRegions;
uint32_t offset = 0;