Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ac1048 commit f2a4fb0Copy full SHA for f2a4fb0
1 file changed
09_Generating_Mipmaps.md
@@ -80,7 +80,7 @@ transitionImageLayout(textureImage, VK_FORMAT_R8G8B8A8_UNORM, VK_IMAGE_LAYOUT_UN
80
```
81
This will leave each level of the texture image in `VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL`.
82
83
-We're now going to write the function generates the mipmaps:
+We're now going to write the function that generates the mipmaps:
84
85
```c++
86
void generateMipmaps(VkImage image, int32_t texWidth, int32_t texHeight, uint32_t mipLevels) {
0 commit comments