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

Skip to content

Commit 5ac1048

Browse files
committed
Remove indentation
1 parent 7855bc2 commit 5ac1048

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
@@ -273,7 +273,7 @@ The most noticeable difference is the writing on the signs. With mipmaps, the wr
273273
You can play around with the sampler settings to see how they affect mipmapping. For example, by changing `minLod`, you can force the sampler to not use the lowest mip levels:
274274

275275
```c++
276-
samplerInfo.minLod = static_cast<float>(mipLevels / 2);
276+
samplerInfo.minLod = static_cast<float>(mipLevels / 2);
277277
```
278278

279279
These settings will produce this image:

0 commit comments

Comments
 (0)