Fixed image link (#1095)
This commit is contained in:
parent
9b52fb76d8
commit
3fe41db07c
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
# Run-time mip-map generation
|
# Run-time mip-map generation
|
||||||
|
|
||||||
<img src="../../screenshots/texture_mipmap_gen.jpg" height="256px">
|
<img src="../../screenshots/texturemipmapgen.jpg" height="256px">
|
||||||
|
|
||||||
## Synopsis
|
## Synopsis
|
||||||
|
|
||||||
|
|
@ -198,4 +198,4 @@ The Image View also requires information about how many Mip Levels are used. Thi
|
||||||
view.subresourceRange.baseArrayLayer = 0;
|
view.subresourceRange.baseArrayLayer = 0;
|
||||||
view.subresourceRange.layerCount = 1;
|
view.subresourceRange.layerCount = 1;
|
||||||
view.subresourceRange.levelCount = texture.mipLevels;
|
view.subresourceRange.levelCount = texture.mipLevels;
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue