Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 419cec9

Browse files
Fix a function name typo
1 parent fe4f715 commit 419cec9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

05_Uniform_buffers/01_Descriptor_pool_and_sets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ Run your program again and you should now see the following:
232232
![](/images/spinning_quad.png)
233233

234234
The rectangle has changed into a square because the projection matrix now
235-
corrects for aspect ratio. The `updateUniformData` takes care of screen
235+
corrects for aspect ratio. The `updateUniformBuffer` takes care of screen
236236
resizing, so we don't need to recreate the descriptor set in
237237
`recreateSwapChain`.
238238

0 commit comments

Comments
 (0)