Commit 3633ad9
authored
VK_IMAGE_TILING_LINEAR to VK_IMAGE_TILING_OPTIMAL
in the text it says we'll be using VK_IMAGE_TILING_OPTIMAL, but the code had it set to VK_IMAGE_TILING_LINEAR. Also the code further down the page has it set to VK_IMAGE_TILING_OPTIMAL.1 parent 6cfdafa commit 3633ad9
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
225 | | - | |
| 225 | + | |
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
| |||
721 | 721 | | |
722 | 722 | | |
723 | 723 | | |
724 | | - | |
| 724 | + | |
0 commit comments