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

Skip to content

Commit bdbaa7f

Browse files
committed
Fix typo
1 parent aac29a0 commit bdbaa7f

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
@@ -93,7 +93,7 @@ function for that purpose:
9393
void initVulkan() {
9494
...
9595
createDescriptorPool();
96-
createDescriptorSet();
96+
createDescriptorSets();
9797
...
9898
}
9999

0 commit comments

Comments
 (0)