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

@ -112,7 +112,7 @@ Setup for the destination mip level (1), with the dimensions for the blit destin
imageBlit.dstOffsets[1].z = 1;
```
Before we can blit to this mip level, we need to transition it's image layout to ```TRANSFER_DST```:
Before we can blit to this mip level, we need to transition its image layout to ```TRANSFER_DST```:
```cpp
VkImageSubresourceRange mipSubRange = {};
mipSubRange.aspectMask = VK_IMAGE_ASPECT_COLOR_BIT;