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 2f44833 commit a25cfe1Copy full SHA for a25cfe1
1 file changed
06_Texture_mapping/01_Image_view_and_sampler.md
@@ -267,7 +267,7 @@ samplerInfo.maxLod = 0.0f;
267
```
268
269
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.
+chapter](/Generating_Mipmaps), but basically it's another type of filter that can be applied.
271
272
The functioning of the sampler is now fully defined. Add a class member to
273
hold the handle of the sampler object and create the sampler with
0 commit comments