Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/SaschaWillems/Vulkan
Browse files Browse the repository at this point in the history
  • Loading branch information
SaschaWillems committed Jan 1, 2024
2 parents c23027d + 3fe41db commit 61cdecf
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 61cdecf

Please sign in to comment.