Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 62668dc

Browse files
committed
Fix typo
1 parent 21779c1 commit 62668dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

09_Generating_Mipmaps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Like other image operations, `vkCmdBlitImage` depends on the layout of the image
9696
```
9797
This will leave each level of the texture image in `VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL`.
9898
99-
We're now going to write the function generates the mip maps:
99+
We're now going to write the function that generates the mip maps:
100100
101101
```c++
102102
void generateMipmaps(int32_t texWidth, int32_t texHeight) {

0 commit comments

Comments
 (0)