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

Skip to content

Commit f74224d

Browse files
committed
Fix typo in code
1 parent 9d40196 commit f74224d

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
@@ -15,7 +15,7 @@ to set it up.
1515
```c++
1616
void initVulkan() {
1717
...
18-
createUniformBuffer();
18+
createUniformBuffers();
1919
createDescriptorPool();
2020
...
2121
}

0 commit comments

Comments
 (0)