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.
2 parents fe4f715 + 419cec9 commit 8f96c4eCopy full SHA for 8f96c4e
1 file changed
05_Uniform_buffers/01_Descriptor_pool_and_sets.md
@@ -232,7 +232,7 @@ Run your program again and you should now see the following:
232

233
234
The rectangle has changed into a square because the projection matrix now
235
-corrects for aspect ratio. The `updateUniformData` takes care of screen
+corrects for aspect ratio. The `updateUniformBuffer` takes care of screen
236
resizing, so we don't need to recreate the descriptor set in
237
`recreateSwapChain`.
238
0 commit comments