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

Skip to content

Commit 2bc5611

Browse files
committed
Add link
1 parent 384df88 commit 2bc5611

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

06_Texture_mapping/01_Image_view_and_sampler.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,8 @@ samplerInfo.minLod = 0.0f;
266266
samplerInfo.maxLod = 0.0f;
267267
```
268268

269-
All of these fields apply to mipmapping. We will look at mipmapping in a future
270-
chapter, but basically it's another type of filter that can be applied.
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.
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)