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 fe4f715 commit 419cec9Copy full SHA for 419cec9
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