1 parent a638e0e commit bfc3b93Copy full SHA for bfc3b93
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