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

Skip to content

Commit a25cfe1

Browse files
committed
Fix link to mipmapping chapter
1 parent 2f44833 commit a25cfe1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

06_Texture_mapping/01_Image_view_and_sampler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ samplerInfo.maxLod = 0.0f;
267267
```
268268

269269
All of these fields apply to mipmapping. We will look at mipmapping in a [later
270-
chapter](/09_Generating_Mipmaps.md), but basically it's another type of filter that can be applied.
270+
chapter](/Generating_Mipmaps), but basically it's another type of filter that can be applied.
271271

272272
The functioning of the sampler is now fully defined. Add a class member to
273273
hold the handle of the sampler object and create the sampler with

0 commit comments

Comments
 (0)