This commit is contained in:
Sascha Willems 2024-01-01 16:41:43 +01:00
commit 61cdecf1c3

View file

@ -1,6 +1,6 @@
# Run-time mip-map generation
<img src="../../screenshots/texture_mipmap_gen.jpg" height="256px">
<img src="../../screenshots/texturemipmapgen.jpg" height="256px">
## 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.layerCount = 1;
view.subresourceRange.levelCount = texture.mipLevels;
```
```