Skip to content

Commit

Permalink
Fixed image link (#1095)
Browse files Browse the repository at this point in the history
  • Loading branch information
dustContributor authored Dec 31, 2023
1 parent 9b52fb7 commit 3fe41db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/texturemipmapgen/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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;
```
```

0 comments on commit 3fe41db

Please sign in to comment.