Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0715b61 commit 3aa43d2Copy full SHA for 3aa43d2
1 file changed
06_Texture_mapping/00_Images.md
@@ -545,7 +545,9 @@ that were written so far, for example.
545
546
The last three pairs of parameters reference arrays of pipeline barriers of the
547
three available types: memory barriers, buffer memory barriers, and image memory
548
-barriers like the one we're using here.
+barriers like the one we're using here. Note that we're not using the `VkFormat`
549
+parameter yet, but we'll be using that one for special transitions in the depth
550
+buffer chapter.
551
552
## Copying images
553
0 commit comments